Jump to content
We've recently updated our Privacy Statement, available here ×

How can I create a Chart in a list basic element?


hudara.guy

Recommended Posts

Hi,

I am searching the internet for a long time now, but I couldn't find an example for what I need.

I will try to explain:

I have the following datastructure:

class B{

  private int count;

  private String category;  

}

class A{

  private String name

  private List<B> categoryCount

}

And I have a list of A objects.

The goal is to create a report which is actully a list (from the List<A>), where each element in the list displays it's name and a bar chart. The bar chart is composed from the List<B> attribute.

I have tryed to use List Element, and Sub Reports, but in either case, i don't know how to pass the list of lists from the mail report to the list/sub report.

Any help will be highly appricieated.

Thanks

H Guy

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...