Skip to main content
A newer version of this page is available. .

DashboardConfigurator.SetDataSourceStorage(IDataSourceStorage) Method

Specifies a data source storage for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public void SetDataSourceStorage(
    IDataSourceStorage customStorage
)

Parameters

Name Type Description
customStorage IDataSourceStorage

An object implementing the IDataSourceStorage interface that is a storage of the dashboard data sources.

Remarks

Important

To learn how to use the DashboardConfigurator‘s API, see the Server-Side API Overview topic.

See Also