.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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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