Jump to content
JasperReports Library 7.0 is now available ×

HOW TO QUERY A DATA SOURCE


rezaghp

Recommended Posts

I am sending the same data source (like parent's) to a sub report.

 

JRMapDataSource for_sub_report = new JRMapDataSource(xxx, procedure, extractParameters(yyy);

parameters.put("SUB_SOURCE", for_sub_report);

 

but i want the sub report to query this data once at the end of my report and do some changes on it. for example i want a group by and count on them in the summary section.

 

 

is this possible ?

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...