BlazorDashboardConfigurator Members
In This Article
#Constructors
Name | Description |
---|---|
Blazor |
Initializes a new instance of the Blazor |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether to execute SQL queries on the server side.
Inherited from Dashboard |
Allow |
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 Dashboard |
Dashboard |
Gets a storage of dashboards for the Web Dashboard.
Inherited from Dashboard |
Data |
Specifies whether the Web Dashboard Control caches its data sources.
Inherited from Dashboard |
Data |
Gets the data source storage used by the Web Dashboard.
Inherited from Dashboard |
Default static |
Gets the default Dashboard |
Default |
|
Pass |
Gets or sets whether confidential information (such as user credentials) will be passed to the client side (web browser).
Inherited from Dashboard |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Specifies a provider of data connections that can be used by the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies a provider of data connections that can be used by the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies a service that allows you to manage a dashboard state.
Inherited from Dashboard |
Set |
Specifies a file storage of dashboards for the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies an in-memory storage of dashboards for the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies a storage of dashboards for the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies an editable storage of dashboards for the Web Dashboard.
Inherited from Dashboard |
Set |
Inherited from Dashboard |
Set |
Specifies a data source storage for the Web Dashboard.
Inherited from Dashboard |
Set |
Specifies a data source storage for the Web Dashboard.
Inherited from Dashboard |
Set |
Registers IDBCommandDashboard .
Inherited from Dashboard |
Set |
Registers IDBConnectionDashboard .
Inherited from Dashboard |
Set |
Specifies a custom data store schema.
Inherited from Dashboard |
Set |
Specifies a database schema provider for the Web Dashboard.
Inherited from Dashboard |
Set |
Configures the service that creates an EF Core context object within Dashboard .
Inherited from Dashboard |
Set |
Specifies a custom fill service for the Dashboard |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Before |
Allows you to hide specific dashboard items when exporting the entire dashboard.
Inherited from Dashboard |
Configure |
Allows you to customize connection settings before the Web Dashboard connects to a data store (database, OLAP cube, etc.).
Inherited from Dashboard |
Configure |
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 Dashboard |
Configure |
Allows you to configure how the dashboard item’s client data is calculated.
Inherited from Dashboard |
Connection |
Allows users to override the default behavior if data store connection fails with current connection parameters.
Inherited from Dashboard |
Custom |
Occurs before a custom assembly is loaded for use as Dashboard |
Custom |
Allows you to customize the exported document.
Inherited from Dashboard |
Custom |
Allows you to include WHERE clauses into Dashboard |
Customize |
Allows you to customize the stream containing the resulting document (such as PDF, Image, or Excel).
Inherited from Dashboard |
Custom |
Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.
Inherited from Dashboard |
Custom |
Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
Inherited from Dashboard |
Data |
Allows you to provide data for the Dashboard |
Data |
Occurs when a data source cache key is created. Allows you to manage cache granularity.
Inherited from Dashboard |
Excel |
Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Inherited from Dashboard |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
Inherited from Dashboard |
Validate |
Raises when a user requests underlying data from the client and allows you to validate which columns should be returned.
Inherited from Dashboard |
Verify |
Allows you to verify the trust level used to specify which actions a client can initiate on the server.
Inherited from Dashboard |
See Also