How to mass hide/unhide BIRT controls #1568
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Can you give an example what you mean with controls in report currently I have no idea If you would hae a very small test example whith your topic would be help to see the problem detailed. |
Beta Was this translation helpful? Give feedback.
-
Hello @speckyspooky thanks for the reply. Here I am attaching a sample report that contains label, text, image, table BIRT controls ( all are dummy controls, just for explanation purpose ), here controls means BIRT controls like label, dynamic text, image etc. I need help in showing only ErrorMessageTemplate grid when ever exception happens in the report by hiding all the other controls. In the similar lines if there are no exceptions happens during report execution, I need to hide the ErrorMessageTemplate grid and show rest of the BIRT controls used in report design. |
Beta Was this translation helpful? Give feedback.
-
@speckyspooky thanks for the solution, I got exactly what I need. As always you saved me :) |
Beta Was this translation helpful? Give feedback.
Yes, you can get the IDs instead of a static array based on the design handle.
Here a small example for the beforeFactory-method: