Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

BlazorDashboardConfigurator Members

Constructors

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

Properties

Name Description
AllowExecutingCustomSql Gets or sets whether to execute SQL queries on the server side. Inherited from DashboardConfigurator.
AllowReadUnlistedColumnsFromClientApi Gets or sets whether to enable client-side access to data source fields that are not associated with any dashboard item’s data members. Inherited from DashboardConfigurator.
DashboardStorage Gets a storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
DataSourceStorage Gets the data source storage used by the Web Dashboard. Inherited from DashboardConfigurator.
Default static Gets the default DashboardConfigurator class instance. Inherited from DashboardConfigurator.
DefaultDataReloadingTimeout
PassCredentials static Gets or sets whether confidential information (such as user credentials) will be passed to the client side (web browser). Inherited from DashboardConfigurator.

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(IDataSourceWizardConnectionStringsStorage) Specifies a provider of data connections that can be used by the Web Dashboard. Inherited from DashboardConfigurator.
SetConnectionStringsProvider(IDataSourceWizardConnectionStringsProvider) Specifies a provider of data connections that can be used by the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStateService(IDashboardStateService) Specifies a service that allows you to manage a dashboard state. Inherited from DashboardConfigurator.
SetDashboardStorage(DashboardFileStorage) Specifies a file storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(DashboardInMemoryStorage) Specifies an in-memory storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(IDashboardStorage) Specifies a storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDashboardStorage(IEditableDashboardStorage) Specifies an editable storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
SetDataSourceProtectionService(IDataSourceProtectionService) Inherited from DashboardConfigurator.
SetDataSourceStorage(DataSourceInMemoryStorage) Specifies a data source storage for the Web Dashboard. Inherited from DashboardConfigurator.
SetDataSourceStorage(IDataSourceStorage) Specifies a data source storage for the Web Dashboard. Inherited from DashboardConfigurator.
SetDBCommandInterceptor(IDBCommandInterceptor) Registers IDBCommandInterceptor in DashboardConfigurator. Inherited from DashboardConfigurator.
SetDBConnectionInterceptor(IDBConnectionInterceptor) Registers IDBConnectionInterceptor in DashboardConfigurator. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProvider) Specifies a custom data store schema. Inherited from DashboardConfigurator.
SetDBSchemaProvider(IDBSchemaProviderEx) Specifies a database schema provider for the Web Dashboard. Inherited from DashboardConfigurator.
SetEFContextProvider(IEFContextProvider) Configures the service that creates an EF Core context object within DashboardConfigurator. Inherited from DashboardConfigurator.
SetObjectDataSourceCustomFillService(IObjectDataSourceCustomFillService) Specifies a custom fill service for the DashboardObjectDataSource that provides data for the Web Dashboard. Inherited from DashboardConfigurator.
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. Inherited from DashboardConfigurator.
ConfigureDataConnection Allows you to customize connection settings before the Web Dashboard connects to a data store (database, OLAP cube, etc.). Inherited from DashboardConfigurator.
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. Inherited from DashboardConfigurator.
ConfigureItemDataCalculation Allows you to configure how the dashboard item’s client data is calculated. Inherited from DashboardConfigurator.
ConnectionError Allows users to override the default behavior if data store connection fails with current connection parameters. Inherited from DashboardConfigurator.
CustomAssemblyLoading Occurs before a custom assembly is loaded for use as DashboardEFDataSource. Inherited from DashboardConfigurator.
CustomExport Allows you to customize the exported document. Inherited from DashboardConfigurator.
CustomFilterExpression Allows you to include WHERE clauses into DashboardSqlDataSource queries. Inherited from DashboardConfigurator.
CustomizeExportDocument Allows you to customize the stream containing the resulting document (such as PDF, Image, or Excel). Inherited from DashboardConfigurator.
CustomPalette Provides the capability to substitute the default palette containing colors used to paint dashboard item elements. Inherited from DashboardConfigurator.
CustomParameters Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing. Inherited from DashboardConfigurator.
DataLoading Allows you to provide data for the DashboardObjectDataSource. Inherited from DashboardConfigurator.
ExcelDataSourceBeforeFill Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files. Inherited from DashboardConfigurator.
ValidateCustomSqlQuery Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data. Inherited from DashboardConfigurator.
ValidateUnderlyingDataColumns Raises when a user requests underlying data from the client and allows you to validate which columns should be returned. Inherited from DashboardConfigurator.
VerifyClientTrustLevel Allows you to verify the trust level used to specify which actions a client can initiate on the server. Inherited from DashboardConfigurator.
See Also