How to stop/abort/cancel Export of report

How can I stop ListLabel’s Export method from running when I cancel report generation in my UI? Currently, canceling the process doesn’t stop execution, causing extra load on the machine.

You need to invoke LL.Core.LlPrintAbort() on the active instance managing the export. Consider leveraging the DrawPage event for this purpose. It is advisable to execute the export process in a separate thread to maintain UI responsiveness.