1.

What do you understand about pagination in SQL Server Reporting Services (SSRS)?

Answer»

The number of pages in a paginated report and how the report components are organised on these pages are referred to as pagination. The renderer extension you choose to view and send the report affects the pagination in Reporting Services. When you run a report on the report server, the HTML renderer is USED. Pagination in HTML is governed by a SET of principles. When you export the same report to PDF, for example, the PDF renderer is utilised and a different set of rules is used; as a result, the pagination of the report varies. Pagination rules are important to CREATE an easy-to-read report for your users that is optimised for the renderer you PLAN to use to deliver your report.



Discussion

No Comment Found