.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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -