I have a report which has a chart, a text box and a table.
I'm able to conditionally hide the chart using
style.display = "none";based on the element id.
I would like to be able to do the same with the text box.
However, I don't know how to set an element id on the text object.
And the resulting HTML looks like:
<div class="style_1" style=" overflow:hidden;">(*) Note: </div>
Thanks,






MultiQuote







