TdxReport.StartExportAsync(TdxReportExportFormat) Method
Starts an asynchronous report export operation (in the specified format).
Declaration
procedure StartExportAsync(AFormat: TdxReportExportFormat);
Parameters
Name | Type | Description |
---|---|---|
AFormat | TdxReportExportFormat | The target export format. |
Remarks
Call the StartExportAsync
procedure to initiate an asynchronous report export operation in any supported format. To cancel pending asynchronous export operations, call the CancelPendingExport procedure.
Receive Asynchronous Export Results
Handle the OnExported event to receive a stream populated with the exported report content after a StartExportAsync
procedure call.
See Also