.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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -