DashboardConfigurator Properties
Provides a server side API for the ASP.NET Core Dashboard control, ASP.NET Web Forms Dashboard control, and ASP.NET MVC Dashboard extension.Name | Description |
---|---|
AllowExecutingCustomSql | Gets or sets whether to execute SQL queries on the server side. |
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. |
DashboardStorage | Gets a storage of dashboards for the Web Dashboard. |
DataSourceCacheEnabled | Specifies whether the Web Dashboard Control caches its data sources. |
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). |
See Also