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

DashboardConfigurator Members

Provides a server side API for the ASPxDashboard control and ASP.NET MVC Dashboard extension.

Constructors

Name Description
DashboardConfigurator() Initializes a new instance of the DashboardConfigurator class.

Properties

Name Description
AllowExecutingCustomSql Gets or sets whether to execute SQL queries on the server side.
DashboardStorage Gets a storage of dashboards for the Web Dashboard.
DataSourceStorage Gets the data source storage used by the Web Dashboard.
Default static Gets the default DashboardConfigurator class instance.
PassCredentials static Gets or sets whether confidential information (such as user credentials) will be passed to the client side (web browser).

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetConnectionStringsProvider(IDataSourceWizardConnectionStringsProvider) Specifies a provider of data connections that can be used by the Web Dashboard.
SetDashboardStateService(IDashboardStateService) Specifies a service allowing you to manage a dashboard state.
SetDashboardStorage(DashboardFileStorage) Specifies a file storage of dashboards for the Web Dashboard.
SetDashboardStorage(DashboardInMemoryStorage) Specifies an in-memory storage of dashboards for the Web Dashboard.
SetDashboardStorage(IDashboardStorage) Specifies a storage of dashboards for the Web Dashboard.
SetDashboardStorage(IEditableDashboardStorage) Specifies an editable storage of dashboards for the Web Dashboard.
SetDataSourceStorage(DataSourceInMemoryStorage) Specifies a data source storage for the Web Dashboard.
SetDataSourceStorage(IDataSourceStorage) Specifies a data source storage for the Web Dashboard.
SetDBSchemaProvider(IDBSchemaProvider) Specifies a custom data store schema.
SetDBSchemaProvider(IDBSchemaProviderEx) Specifies a custom data store schema.
SetObjectDataSourceCustomFillService(IObjectDataSourceCustomFillService) Specifies a custom fill service for the DashboardObjectDataSource that provides data for the Web Dashboard.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
BeforeExportDocument Allows you to hide specific dashboard items when exporting the entire dashboard.
ConfigureDataConnection Allows you to customize connection settings before the Web Dashboard connects to a data store (database, OLAP cube, etc.).
ConfigureDataReloadingTimeout Allows you to set a time interval that specifies how frequently the Web Dashboard should refill its in-memory cache when a user sends a data request.
ConfigureItemDataCalculation Allows you to configure how the dashboard item’s client data is calculated.
ConnectionError Allows overriding the default behavior when current connection parameters do not allow connecting to a data store.
CustomAssemblyLoading Occurs before a custom assembly is loaded for use as DashboardEFDataSource.
CustomExport Allows you to customize the exported document.
CustomFilterExpression Allows you to include WHERE clauses into DashboardSqlDataSource queries.
CustomizeExportDocument Allows you to customize the exported document.
CustomPalette Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.
CustomParameters Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
DataLoading Allows you to provide data for the DashboardObjectDataSource.
ExcelDataSourceBeforeFill Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
ValidateCustomSqlQuery Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
VerifyClientTrustLevel Allows you to verify the trust level used to specify which actions a client can initiate to execute them on a server side.
See Also