SSRS Report shouldn't display in one page

Eshwar 216 Reputation points
2022-09-02T04:26:20.11+00:00

Hi,

I have a report with table inside a list (for grouping to show document map) and some headers/footers.
The entire report output is coming in one page which is taking more time, is it possible to split the report into multiple pages?
I have checked the report interactive height is set to 11in and list properties (Keep together) to false.

237096-image.png

237171-image.png

237153-image.png

What am I missing?

Thanks,
Eshwar.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Joyzhao-MSFT 15,631 Reputation points
    2022-09-02T06:44:09.153+00:00

    Hi @Eshwar ,
    Interactive Size is used by the HTML rendering extension to provide the equivalent of Page Size. Because the HTML rendering extension dynamically resizes a report to accommodate drilldown, drillthrough, and show/hide features, the report server uses different properties to support pagination on dynamic pages.

    In short, Interactive Size modifies the size of the page that the user interacts with when rendered through a report viewer.
    For rendering formats that render physical pages, Page Size Property is Used. Page Size is Used to control the Page size in exported files.

    Page Size properties are used by the PDF and Image rendering extensions to establish the regular occurrence of page breaks based on a physical measurement.

    If you want to actually control the amount of information on each page, you can do it by adding page breaks to the report, which force page breaks. See more: Add a page break to a paginated report (Report Builder).
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Anonymous
    2022-09-02T07:04:29.887+00:00

    Hi @Eshwar
    Try to check if the Keep Together property in the Tablix properties is set to "False". If it is set to "True", the report will not be paginated.
    For more details, you can refer to this link: ssrs-interactive-height-not-working.
    Best regards,
    Aniya


  3. Eshwar 216 Reputation points
    2022-09-05T16:03:54.37+00:00

    Resolved it by adding dummy group based on the count of records.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.