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
I want to prevent our software to have issues with these kind of reports. We now call
ppReport.PrintToDevicesand there the infinite generation/loop happens. Are there ways to "cancel" or "timeout" the generating of the report from code?