Share via

SSRS Matrix Rendering wrong position

Mehtout 25 Reputation points
2023-10-16T04:30:44.9966667+00:00

Hi All,

I am working on a report where I am using a Matrix.

In design mode no error appears for me, but when running the report, the Matrix position is wrong and it is splitted on 2 or 3 pages and I didn't understand the issue.

Can anyone help me and thanks in advance.

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.


1 answer

Sort by: Most helpful
  1. Anonymous
    2023-10-16T05:37:14.4733333+00:00

    Hi @Mehtout

    Is your report presented across multiple pages or vertically paginated?

    If it spans multiple pages, check whether the width of the table body (including margins) does not exceed the physical page size width.

    If it is vertical paging, you can try setting InteractiveHeight to 0 in the report properties to render the report on one page.

    For more details, you can refer to this document: Pagination in paginated reports (Microsoft Report Builder).

    If the answer is helpful, please click Accept Answer and Up-Vote for the same. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya

    Was this answer helpful?


Your answer

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