.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
Comments
Post a Comment