Skip to main content
All docs
V25.2
  • TdxDashboard.ExportTimeout Property

    Specifies the timeout interval (in milliseconds) for all dashboard export operations.

    Declaration

    property ExportTimeout: Cardinal read; write;

    Property Value

    Type Description
    Cardinal

    The timeout interval for export operations, in milliseconds.

    Remarks

    Use the ExportTimeout property to specify a timeout interval or export operations depending on expected content size. If the specified export timeout is reached, an exception is thrown.

    Affected Export Methods

    ExportTo(dxBackend.TdxDashboardExportFormat,System.Classes.TStream)
    Exports dashboard content to a stream in any supported format.
    ExportTo(dxBackend.TdxDashboardExportFormat,System.Classes.TStream,System.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.
    See Also