Internal Logging

Stimulsoft Dashboards.WIN discussion
Post Reply
RichMcGillicuddy
Posts: 3
Joined: Sat Dec 08, 2012 6:11 pm

Internal Logging

Post by RichMcGillicuddy »

Is there a way to turn on internal logging of the execution of the Stimulsoft Report engine to debug an issue, we have reports that seem to work in the debugger but we've wrapped the generator/viewer into our web app and the reports sometimes come out blank. Our only option at this point is deconstructing the reports, one second at a time until we get a good result, then try to rebuild the reports. What we are looking for is something internal that is going on that is preventing the reports from generating. In cases where there is a big error (like variable doesn't exist or field doesn't exist), those still bubble to the top.

Thanks


Rich
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Internal Logging

Post by HighAley »

Hello,

You could check the RenderingMessages collection of the report object.
You could find all error messages after the rendering there.

Thank you.
Post Reply