SSRS report - row heights

mark goldin 696 Reputation points
2023-07-31T18:54:32.0633333+00:00

I have a table which has another table in one of the columns. I am exporting the result into Excel. It might look like this:

User's image

As you can see the row with fault project 2 is smaller than the above one. That is happening because in the column with image I have rectangle with an image. If I would have an image directly in the column the problem won't be there. I am using the rectangle to avoid vertical cells merger in the column with the image. I am not getting merged cells, but I get a problem with the row height. Any idea what can be done?

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,034 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AniyaTang-MSFT 12,451 Reputation points Microsoft External Staff
    2023-08-01T03:32:25.75+00:00

    Hi @mark goldin

    I did simple test. I created a simple report like you said and when I first exported to Excel it did have the wrong row height.

    Screenshot 2023-08-01 112800

    From what I've researched, after setting both the CanGrow and CanShrink properties of all cells in the Tablix to false, row heights are working correctly.

    Screenshot 2023-08-01 113053

    Hope this can help you.

    Best regards,

    Aniyia


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.