This is a migrated thread and some comments may be shown as answers.

How to get the table to start in a new page?

1 Answer 373 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 06 May 2016, 01:56 PM

I have multiple tables in my report. I want each table to start in a new page. 

On a different thread i read that i could do so by wrapping each table in a separate group or have each table in a different report section.I am not sure how to do that. Can someone please help me or point me to the right example?

Thanks

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 11 May 2016, 09:16 AM
Hi Frank,

Report sections like Detail, GroupHeader/FooterSection, ReportHeader/FooterSection have PageBreak property.
By default the report will have at least one Detail section that will be repeated for each record in the report's data source - Report Structure. You can also add static groups (without a grouping criteria), which will add GroupHeader/Footer around the Detail section - you can use the Group Explorer to add groups.

Once you have the desired sections and spread the Table items in them, you can set the sections' PageBreak properties.


Another approach is to separate the report's content in different reports. Reports can be combined in a single document by using a ReportBook object, where each report starts on a new page.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Frank
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or