Report with multiple pages and which page is master-detail

Stimulsoft Reports.NET discussion
Post Reply
Giovani
Posts: 5
Joined: Wed Mar 06, 2013 3:08 pm

Report with multiple pages and which page is master-detail

Post by Giovani »

Hi,
I want to know how to create a report with multiple pages and which page is a master-detail report.

Example: 1 -First page with on master query and three sub-queries and multiple registries in which sub-query.
2 - Second page three sub-queries and multiple registries in which query that are linked in the master query of the first page.
Result = So if a had 10 registries in master query I’ll have 10 reports with two pages that can break the pages cause of sub-queries.


Thanks for the help!!!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report with multiple pages and which page is master-deta

Post by Alex K. »

Hello,

Please try to use the SubReport component.

Thank you.
Giovani
Posts: 5
Joined: Wed Mar 06, 2013 3:08 pm

Re: Report with multiple pages and which page is master-deta

Post by Giovani »

Ok.

I will try to use this component but I had tried before and the result wasn't like expected.
When first part (first page) dont fill the the paper the subreport start to be renderend on the free space.

The subreport needs to break for the next page.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report with multiple pages and which page is master-deta

Post by HighAley »

Hello.

Maybe it's better to put all your bands on the on page of the report template.
It's possible that the Large Height property of the page will be useful for you.

Thank you.
Giovani
Posts: 5
Joined: Wed Mar 06, 2013 3:08 pm

Re: Report with multiple pages and which page is master-deta

Post by Giovani »

I'm testing but with Lage Height or Segment per Height the report show footer only on the last page of segment.
I need that header and footer appear in all pages.
Giovani
Posts: 5
Joined: Wed Mar 06, 2013 3:08 pm

Re: Report with multiple pages and which page is master-deta

Post by Giovani »

The problem is:
each page of the report seems to be consider as one report.
For me I consider all pages as interaction of one report.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report with multiple pages and which page is master-deta

Post by Alex K. »

Hello,

Can you please send us a sample report with test data for analysis.

Thank you.
Giovani
Posts: 5
Joined: Wed Mar 06, 2013 3:08 pm

Re: Report with multiple pages and which page is master-deta

Post by Giovani »

Is simple but show what I want.

I need to print Page 1 (even the breaks) before Page 2. Sequentially.

This sample is partially correct except by the fact that all interactions of Page 1 are printed then all Page 2.


Thanks
Attachments
report.zip
Report / xml / xsd
(21.02 KiB) Downloaded 239 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report with multiple pages and which page is master-deta

Post by HighAley »

Hello.

It's impossible to do with the different report pages.
You should move all components to the one page.

Thank you.
Post Reply