Page 1 of 1

Internal Logging

Posted: Wed Oct 20, 2021 10:09 pm
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

Re: Internal Logging

Posted: Thu Oct 21, 2021 2:30 pm
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.