don't splitting the table values over more pages
Posted: Wed Jan 23, 2013 3:07 pm
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
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