Skip to main content
All docs
V25.2
  • 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.
    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 Format (GIF).
    ExportToGIF(string) Exports dashboard content to a file in the Graphics Interchange Format (GIF).
    ExportToJPG(TStream) Exports dashboard content to a stream in the Joint Photographic Experts Group (JPEG/JPG) format.
    ExportToJPG(string) Exports dashboard content to a file in the Joint Photographic Experts Group (JPEG/JPG) format.
    ExportToPDF(TStream) Exports dashboard content to a stream in the Portable Document Format (PDF).
    ExportToPDF(string) Exports dashboard content to a file in the Portable Document Format (PDF).
    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 format (XLS).
    ExportToXLS(string) Exports dashboard content to a file in the Microsoft Excel® binary format (XLS).
    ExportToXLSX(TStream) Exports dashboard content to a stream in the Office OpenXML Spreadsheet Format (XLSX).
    ExportToXLSX(string) Exports dashboard content to a file in the Office OpenXML Spreadsheet Format (XLSX).
    GetHashCode Inherited from TObject.
    GetNamePath Inherited from TPersistent.
    GetOwner Inherited from TPersistent.
    ToString Inherited from TObject.
    See Also