Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Infinite report generation

There are cases where a report continues generation infinite since it somehow have issues placing components on a page. We can always solve this by pinpointing the erroneous component and fixing the report. However, our end users are able to create their own designs and re-introduce this problem themselves.

I want to prevent our software to have issues with these kind of reports. We now call
ppReport.PrintToDevices
and there the infinite generation/loop happens. Are there ways to "cancel" or "timeout" the generating of the report from code?
Sign In or Register to comment.