How to fix wrong browser rendering when showing tablixes?

Matias Geronimi 20 Reputation points
2023-04-11T14:53:33.2833333+00:00

I'm working with SSRS and i've made a report that contains several tablix objects pointing to different datasets and place aligned on screen due to they have the same size columns and rows. When rendering in Chrome some cells of some tablixes shrink and i get a mess in the alignment matter. The properties of can shrink and can grow are in false option. Any suggestion to solve this out? Thanks in advance! I need the tablixes maintain the alignment to make users read in a right way the info shown. In visual studio the render is ok, the problem appears on browsers rendering.

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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Anonymous
    2023-04-12T01:33:04.4933333+00:00

    Hi @Matias Geronimi Perhaps you can try using a rectangular container to control how the data region is rendered in the report. The report first renders the objects in the rectangle relative to each other, and then renders and places other objects relative to the rectangle, that is, ignoring the objects in the rectangle and treating them as a whole. For the use of rectangles, you can refer to this link: https://learn.microsoft.com/en-us/sql/reporting-services/report-design/add-a-rectangle-or-container-report-builder-and-ssrs?view=sql-server-ver16. I did a simple test with two tablix placed in a rectangle and aligned, and cangrow set to false. Preview in Chrome: 1

    Best regards, Aniya


0 additional answers

Sort by: Most 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.