how to arrange the subreport dynamically in main report

Can anyone please suggest...We have a scenario to generate the main report which is having 8 subreports in it and in a sequence.
The challenge here is that, I want to input the sequence in which the subreports will appear in the main report. That means, the subreports should be dynamically arranged based on the sequnence which i input and to be displayed in the main report.
Kindly help me in resolving this.Looking forward to your responses

shiva.gullapally's picture
Joined: Jun 28 2013 - 5:26am
Last seen: 7 years 12 months ago

1 Answer:

Perhaps it would be an idea to pass the subreport expressions and datasources dynamically as parameters of your main report (parameter subreport1-8 and ds1-8, where you can set the ordering by yourself). It should also be possible to define expressions with if-else structures using a sequence input parameter.  Like that, you can define which content (of subreport) is printed where in the main report.

What you cannot do is to have dynamic postions of your subreports, these are static.

Cheers, Thomas

http://www.thomaszimmer.net

Thomas Zimmer's picture
Joined: Oct 2 2012 - 1:35am
Last seen: 3 days 15 hours ago
Feedback
randomness