TdxDashboard Members
A non-visual VCL Dashboard container designed to generate and export dashboard content.Properties
| Name | Description |
|---|---|
| ExportTimeout | Specifies the timeout interval (in milliseconds) for all dashboard export operations. |
| Language | Specifies the required language (for dashboard content localization). |
| Layout | Provides access to the dashboard layout definition (in the XML format). |
| Name | Specifies the dashboard name (for template/layout management and content export). |
| Parameters | Provides access to the collection of dashboard parameters |
| State | Provides access to the dashboard state (in the JSON format). |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| ExportTo(TdxDashboardExportFormat,TStream,string) | Exports dashboard content to a stream in any supported format. Returns the file name that corresponds to the dashboard layout name and the target export format. |
| ExportTo(TdxDashboardExportFormat,TStream) | Exports dashboard content to a stream in any supported format. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
See Also