Community
Participate
Working Groups
Build Identifier: 20100617-1415 I have rpt design with 3*4 table... i have binded it with the dataset... and assigned the data set elements to the columns in the table.. I have given the page break for the table..And in the script I am assigning values to the dataset elements and I am doin it in the loop so that the table repeats itself... when i render a report,The page break fails between the repeated table...Can u ppleas help me out... Reproducible: Always Steps to Reproduce: 1.Take the report i have attached. 2.Goto view Report -> view Report as PDF 3.
Created attachment 175903 [details] I have attached the Rpt Design which will reproduce the Page break issue
I didn't see any issues with this report. There are 3 records in the dataset and 4 details in the table. That means table details will have appear 3 time, each time with 4 detail row. Page break was set on the table and there is only one table, so the behavior is expected. If you like to see the page break happen between value "table1", "table2", "table3", you should add table group on table column "dummyText" and add page break for the table group.
Set as Verified.