Hi,
I currently have a Report with a table which is binded from an IQueryable DataSource. This table only contains a couple small fields and takes up only half the width of an 8"x11" page when in portrait orientation. However, the reports I will be generating will over-fill this table and push the report to two pages.
To keep everything on one page, I would like to put an identical table beside the initial one in parallel. I've shown this in the attached image.
Is there a way to extend the data onto the second table if it fills past a set amount of records? I could try attaching the DataSource to both grids, but then I would have identical information in both, and the report would still have potential to extend to a second page.
Thanks,
Landon
I currently have a Report with a table which is binded from an IQueryable DataSource. This table only contains a couple small fields and takes up only half the width of an 8"x11" page when in portrait orientation. However, the reports I will be generating will over-fill this table and push the report to two pages.
To keep everything on one page, I would like to put an identical table beside the initial one in parallel. I've shown this in the attached image.
Is there a way to extend the data onto the second table if it fills past a set amount of records? I could try attaching the DataSource to both grids, but then I would have identical information in both, and the report would still have potential to extend to a second page.
Thanks,
Landon