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
don't splitting the table values over more pages
don't splitting the table values over more pages
- Attachments
-
- Example.mrt
- (12.46 KiB) Downloaded 396 times
Re: don't splitting the table values over more pages
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.
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.