A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
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