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

    Lists constants used to identify the filter state’s location on the exported document.

    Declaration

    declare class DashboardExportFilterState

    Remarks

    Values returned by this class are used to set the ASPxClientDashboardExportOptions.FilterState 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.

    See Also

    Properties

    Below Property

    The filter state is placed below the dashboard (dashboard item) in the exported document.

    Declaration

    static readonly Below: string

    Property Value

    Type
    string

    None Property

    The filter state is not included in the exported document.

    Declaration

    static readonly None: string

    Property Value

    Type
    string

    SeparatePage Property

    The filter state is placed on a separate page in the exported document.

    Declaration

    static readonly SeparatePage: string

    Property Value

    Type
    string