Node.js render logging?
Posted: Wed Feb 13, 2019 1:50 am
Hey,
I have a report that isn't rendering any pages (using report.renderAsync), and it isn't outputting any error messages.
I've tried to use the showProgress option, but it doesn't appear to do much (it makes reports that work also generate no pages)
And I was wondering how I would be able to debug it, and find out what the issue might be.
I can see there is a report.writeToReportRenderingMessages and report.reportRenderingMessages, but I'm unsure how I would use these, or if they would be any help.
Any guidance on how I can work out the issue would be great, thanks.
Using stimulsoft-reports-js, version: 2019.1.1-b
I have a report that isn't rendering any pages (using report.renderAsync), and it isn't outputting any error messages.
Code: Select all
renderAsync(onRender: Function, showProgress?: boolean, fromPage?: number, toPage?: number)
And I was wondering how I would be able to debug it, and find out what the issue might be.
I can see there is a report.writeToReportRenderingMessages and report.reportRenderingMessages, but I'm unsure how I would use these, or if they would be any help.
Any guidance on how I can work out the issue would be great, thanks.
Using stimulsoft-reports-js, version: 2019.1.1-b