SSRS - Keep a table the same width when hiding columns dynamically?

后端 未结 2 1928
故里飘歌
故里飘歌 2020-12-16 18:56

Greetings.

I have a SSRS 2005 report that shows prices of things. For some customers, I hide a column from the table (with an expression on the Visibility - hidden

2条回答
  •  再見小時候
    2020-12-16 19:23

    The best choice is to duplicate the table and put in above the other with the columns you want to show. Then you can set the visibility of the table dinamycallly. In order to make them editable you put one table a little smaller thant the other to select it when it is above one.

提交回复
热议问题