TdxDashboardControlBrowserFileDownloadEvent Type
The procedural type for dashboard content download events.
Declaration
TdxDashboardControlBrowserFileDownloadEvent = procedure(ASender: TdxCustomDashboardControl; var AFileName: string; var ACancelDownload: Boolean) of object;
Parameters
| Name | Type | Description |
|---|---|---|
| ASender | TdxCustomDashboardControl | Provides access to the dashboard control that raised the event. Tip Cast the |
| AFileName | string | The full absolute or relative path to the dashboard content download target. You can assign a path to the target file to this parameter. |
| ACancelDownload | Boolean | Specifies the status of the pending file download operation:
|
Remarks
A dashboard download event occurs every time a user attempts to export content using the Dashboard UI (in any available format).
Direct TdxDashboardControlBrowserFileDownloadEvent Type Reference
The TdxCustomDashboardControl.OnBrowserFileDownload event references the TdxDashboardBrowserFileDownloadEvent procedural type.
See Also