TdxDashboard Methods
A non-visual VCL Dashboard container designed to generate and export dashboard content.| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Clear | Clears the TdxDashboard container. |
| 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. |
| ExportTo(TdxDashboardExportFormat,string) | Exports dashboard content to a stream in any supported format. |
| ExportToCSV(TStream) | Exports dashboard content to a stream in the comma-separated values (CSV) format. |
| ExportToCSV(string) | Exports dashboard content to a file in the comma-separated values (CSV) format. |
| ExportToGIF(TStream) | Exports dashboard content to a stream in the Graphics Interchange (GIF) format. |
| ExportToGIF(string) | Exports dashboard content to a file in the Graphics Interchange (GIF) format. |
| ExportToJPG(TStream) | Exports dashboard content to a stream in the Joint Photographic Experts Group (JPG/JPEG) format. |
| ExportToJPG(string) | Exports dashboard content to a file in the Joint Photographic Experts Group (JPG/JPEG) format. |
| ExportToPDF(TStream) | Exports dashboard content to a stream in the Portable Document (PDF) format. |
| ExportToPDF(string) | Exports dashboard content to a file in the Portable Document (PDF) format. |
| ExportToPNG(TStream) | Exports dashboard content to a stream in the Portable Network Graphics (PNG) format. |
| ExportToPNG(string) | Exports dashboard content to a file in the Portable Network Graphics (PNG) format. |
| ExportToSVG(TStream) | Exports dashboard content to a stream in the Scalable Vector Graphics (SVG) format. |
| ExportToSVG(string) | Exports dashboard content to a file in the Scalable Vector Graphics (SVG) format. |
| ExportToXLS(TStream) | Exports dashboard content to a stream in the Microsoft Excel® binary (XLS) format. |
| ExportToXLS(string) | Exports dashboard content to a file in the Microsoft Excel® binary (XLS) format. |
| ExportToXLSX(TStream) | Exports dashboard content to a stream in the Office OpenXML Spreadsheet (XLSX) format. |
| ExportToXLSX(string) | Exports dashboard content to a file in the Office OpenXML Spreadsheet (XLSX) format. |
| GetConnectionNames | |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ShowDesigner | Displays the Dashboard Designer dialog. |
| ShowViewer | Displays the Dashboard Viewer dialog. |
| ToString | Inherited from TObject. |
See Also