SSRS won't expand the row height when exported to Excel

前端 未结 5 1780
一生所求
一生所求 2021-01-11 17:43

I have a report I am doing with SSRS 2008 with some rows that have multiple elements inside them. On the preview the row automatically expands to support the extra elements

5条回答
  •  日久生厌
    2021-01-11 18:14

    Both CanGrow and CanShrink properties should be set to false. There is nothing like CanGrow and CanShrink in Excel. By setting them to false it will display the height as it is. Otherwise it will set the height to a default value.

    This worked for me. Check this Row height not preserved when exporting to Excel thread for more suggestions.

提交回复
热议问题