don't splitting the table values over more pages

Stimulsoft Reports.NET discussion
Post Reply
re4gi
Posts: 13
Joined: Thu Sep 13, 2012 7:50 am

don't splitting the table values over more pages

Post by re4gi »

Hello,

I have following problem:

I have two tables, "tableA" and "tableB". "tableB" is the child table of the "tableA", so there is a foreign key column in the "tableB" referencing to the column in the "tableA". I want to create report for each record from the "tableA" and at the end of the report I want add subreport where will be all records from the "tableB" which are referencing to the same record from the "tableA". I want to have all these records in one piece, no splitting over pages (there are about 10 records so they can fit into one page). I used the KeepGroupTogether property of the GroupHeaderBand but the table is still splitting over two pages.

Can you please give me a hint how to solve this problem?

Thank you,

Regi
Attachments
Example.mrt
(12.46 KiB) Downloaded 396 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: don't splitting the table values over more pages

Post by HighAley »

Hello.

At the first sight it's better to avoid using subreport. You could put several reports on one page.
You didn't send us any data for the report so we couldn't reproduce the issue.
But try to set the Can Break property of the Data1 to True.

Thank you.
Post Reply