Hello Denis,
You can display the report on multiple pages by turning the
Print Preview mode of the report viewer on. This will force the report to be paged according to the
Report.PageSettings properties. The Print Preview mode can be enabled from the report viewer's toolbar or programmatically by setting the respective option of the report viewer widget:
viewMode: telerikReportViewer.ViewModes.PRINT_PREVIEW.
To print exactly 10 records on each page, you will need to implement conditional page breaks in the report. This approach is demonstrated in the attached sample report.
Regards,
Nasko
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