Skip to main content
All docs
V25.2
  • TdxDashboard Members

    A non-visual VCL Dashboard container designed to generate and export dashboard content.

    Properties

    Name Description
    EnableCustomSql Specifies if custom SQL queries are enabled for the loaded layout definition.
    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.
    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