Skip to main content
All docs
V25.1
  • RangeFilterExportSizeMode Class

    Lists values used to specify how a Range Filter dashboard item should be resized when being exported.

    Declaration

    declare class RangeFilterExportSizeMode

    Remarks

    Values returned by this class are used to set the DashboardPdfExportOptions.RangeFilterSizeMode property.

    Warning

    A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

    Properties

    None Property

    A Range Filter dashboard item is exported in a size identical to that shown on the dashboard.

    Declaration

    static readonly None: string

    Property Value

    Type
    string

    Stretch Property

    A Range Filter dashboard item is stretched or shrunk to fit the page to which it is exported.

    Declaration

    static readonly Stretch: string

    Property Value

    Type
    string

    Zoom Property

    A Range Filter dashboard item is resized proportionally to best fit the printed page.

    Declaration

    static readonly Zoom: string

    Property Value

    Type
    string