Page 1 of 1

Designer: un-hide hidden warnings

Posted: Thu Jan 25, 2018 7:31 am
by jamessmith260996
Hi,

When running a report in the designer or using the 'Check for Issues' button, when warnings are displayed there is an option to Hide each one.

How can I un-hide these?

Thanks,

Re: Designer: un-hide hidden warnings

Posted: Fri Jan 26, 2018 10:15 am
by Alex K.
Hello,

Please try to use the following option:

Code: Select all

StiOptions.Engine.ShowReportRenderingMessages = false;
Thank you.