.net - Hide TextBox of MS Report -


i use same ms report different code of parameters inside of report , pointed textbox (i.e. [@customergroup]) , empty.

so hide textbox completely. know can pass string.empty need hide entire title or in other words textbox.

is possible do?

what found tha working little bit ugly approach.

in code have

 parametervalues.add(" ");  

and in ms report designer

enter image description here


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -