8 Answers, 1 is accepted
Page breaks are only supported by report sections. Thus in order to achieve the desired layout our suggestion is to databind the report, set up report group, add the table to the group header section, set the group header page break to PageBreak.After and databind the table with a Binding expression.
Check out our ProductCatalog demo that illustrates the suggested data binding and grouping mechanism. The examples come with Telerik Reporting installation.
Peter
the Telerik team
HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Thank you for reporting the problem.
Telerik Reporting demo site is updated and reports are displayed only with the HTML5 Viewer - Demos and Sample Applications.
Regards,
Stef
Telerik

Hi.
Is it possible to insert a page break after each group in a table(I did), but i am getting every report after second page empty how to fix this problem. Is there any bug..etc. Can you please take a look attached file(I am getting empty page word document only).
Thanks,
Madhu
The Table item does not support page breaks. The empty pages might be a result of occurring horizontal paging - Understanding Pagination, or the applying of the native Word page sections - Design Considerations for Word Rendering (Pagination).
Test to change the report's PageSettings and to provide more space per physical page by reducing the margins or increasing the page size. Also test to set all items and sections' KeepTogether properties to false.
I hope this information is helpful.
Regards,
Stef
Telerik

Insert a manual page
break
1.Click where you want to start a new page.
2.On the Insert tab, in the Pages group,
click Page Break.
Prevent page breaks
in the middle of a paragraph
1.Select the paragraph that you want to prevent from breaking
onto two pages.
2.On the Page
Layout tab, click the Paragraph Dialog
Box Launcher, and then click the Line
and Page Breakstab.
3.Select the Keep
lines together check box.
Prevent page breaks
between paragraphs
Select the paragraphs that you want to keep together on a single page.
On the Page Layout tab, click the Paragraph Dialog Box Launcher, and then click the Line and Page Breakstab.
Select the Keep with next check box.
Specify a page break
before a paragraph
Click the paragraph that you want to follow the page break.
On the Page Layout tab, click the Paragraph Dialog Box Launcher, and then click the Line and Page Breakstab.
Select the Page break before check box.

1.Click where you want to start a new page.
2.On the Insert tab, in the Pages group, click Page Break.
Prevent page breaks in the middle of a paragraph
1.Select the paragraph that you want to prevent from breaking onto two pages.
2.On the Page Layout tab, click the Paragraph Dialog Box Launcher, and then click the Line and Page Breakstab.
3.Select the Keep lines together check box.
Prevent page breaks between paragraphs
Select the paragraphs that you want to keep together on a single page.
On the Page Layout tab, click the Paragraph Dialog Box Launcher, and then click the Line and Page Breakstab.
Select the Keep with next check box.
Specify a page break before a paragraph
Click the paragraph that you want to follow the page break.
On the Page Layout tab, click the Paragraph Dialog Box Launcher, and then click the Line and Page Breakstab.
Select the Page break before check box.
An update as of R2 2016, a Table item having a row higher than the physical page Height can be separated between pages without leaving blank space.
Regards,
Stef
Progress Telerik