DashboardSqlDataSource Properties
An SQL data source that provides data for the dashboard.Name | Description |
---|---|
AllowCustomSqlQueries static | Specifies whether or not custom SQL queries can be used to fill the SqlDataSource. Inherited from SqlDataSource. |
CalculatedFields | Provides access to a data source’s calculated fields. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
ComponentName | Gets or sets the component name of the data source. |
Connection | Provides access to the data connection settings of the SqlDataSource. Inherited from SqlDataSource. |
ConnectionName | Specifies the name of a data connection in the App.config file. Inherited from SqlDataSource. |
ConnectionOptions | Provides access to the data connection options of the SqlDataSource. Inherited from SqlDataSource. |
ConnectionParameters | Specifies the data connection settings of the SqlDataSource. Inherited from SqlDataSource. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
DataProcessingMode | Gets or sets the data processing mode for the current data source. |
DBSchema | Gets the schema of the connected SQL data source. Inherited from SqlDataSource. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DisableCustomQueryValidation static | Gets or sets whether the validation of custom SQL queries is performed. Inherited from SqlDataSource. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
IsConnected | Gets whether the connection to a data store is established. |
LockUIOnDataLoading static | Gets or sets whether the user interface is locked when the data source loads data. |
Name | Gets or sets the name of the data source. |
Queries | Provides access to the collection of queries defined for the SqlDataSource. Inherited from SqlDataSource. |
Relations | Provides access to the collection of master-detail relations of the SqlDataSource. Inherited from SqlDataSource. |
Result | Gets a collection of tables and their relations from the current SqlDataSource. Inherited from SqlDataSource. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also