Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • TdxCustomDashboardControl.ExportToJPG(TStream) Method

    Exports dashboard content in the JPEG format.

    Declaration

    procedure ExportToJPG(AStream: TStream);

    Parameters

    Name Type Description
    AStream TStream

    The target stream.

    Remarks

    Call the ExportToJPG procedure to export dashboard content to a stream in the JPG format.

    Other Export Methods

    You can call the following procedures to export dashboard content to a stream in other formats:

    ExportTo
    Exports dashboard content to a stream in any supported format.
    ExportToCSV
    Exports dashboard content to a stream in the comma-separated values (CSV) format.
    ExportToGIF
    Exports dashboard content to a stream in the Graphics Interchange Format (GIF).
    ExportToPDF
    Exports dashboard content to a stream in the Portable Document Format (PDF).
    ExportToPNG
    Exports dashboard content to a stream in the Portable Network Graphics (PNG) format.
    ExportToSVG
    Exports dashboard content to a stream in the Scalable Vector Graphics (SVG) format.
    ExportToXLS
    Exports dashboard content to a stream in the Microsoft Excel® binary format (XLS).
    ExportToXLSX
    Exports dashboard content to a stream in the Office OpenXML Spreadsheet Format (XLSX).
    See Also