Dynamically Resize Headers in Reporting Services

I work with a report in Reporting Services. I need to show the options selected by users in the header. When the user selects "select all", I need to show all the selected values ​​in the header. I can do all this just fine.

My main problem is when the selection list is too long, the heading disables my list.

Is there a way or setting by which the sizes of the headers can be dynamically changed depending on the size of the text field inside the header, which is growing dynamically.

+3
source share
1 answer

I ran into this problem. I do not believe that there is a way to expand it.

My work was one of two options:

1) "",

2) .

, .

+1

All Articles