TdxDashboardExportEvent Type
The procedural type for dashboard content export events (used in a TdxDashboard container).
Declaration
TdxDashboardExportEvent = procedure(ASender: TdxDashboard; var AFileName: string; var ACancel: Boolean) of object;
Parameters
| Name | Type | Description |
|---|---|---|
| ASender | TdxDashboard | Provides access to the dashboard container that raised the export event. |
| AFileName | string | The absolute or relative path to the dashboard content 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 dashboard export event occurs every time a user attempts to export content using the Dashboard Viewer dialog (in any available format).
Direct TdxDashboardExportEvent Type Reference
The TdxDashboard.OnExport event references the TdxDashboardExportEvent type.
See Also