TdxReportExportEvent Type
The procedural type for content export events in a TdxReport component.
Declaration
TdxReportExportEvent = procedure(ASender: TdxReport; var AFileName: string; var ACancel: Boolean) of object;
Parameters
| Name | Type | Description |
|---|---|---|
| ASender | TdxReport | Provides access to the report generator component that raised the event. |
| AFileName | string | The full absolute or relative path to the report export target. You can assign a path to the target file to this parameter. |
| ACancel | Boolean | Specifies the status of the pending content export operation:
|
Remarks
A report export event occurs every time a user attempts to export a report in the Report Viewer dialog (in any available format).
Direct TdxReportExportEvent Type Reference
The TdxReport.OnExport event references the TdxReportExportEvent procedural type.
See Also