Back to Devexpress

DashboardSqlDataSource Properties

dashboard-devexpress-dot-dashboardcommon-dot-dashboardsqldatasource-dot-underscore-properties.md

latest6.5 KB
Original Source

DashboardSqlDataSource Properties

An SQL data source that provides data for the dashboard.

NameDescription
AllowCustomSqlQueries staticSpecifies whether a user can add custom SQL queries to fill the SqlDataSource. Inherited from SqlDataSource.
CalculatedFieldsProvides access to a data source’s calculated fields.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ComponentNameGets or sets the component name of the data source.
ConnectionProvides access to the data connection settings of the SqlDataSource. Inherited from SqlDataSource.
ConnectionNameSpecifies the name of a data connection in the App.config file. Inherited from SqlDataSource.
ConnectionOptionsProvides access to the data connection options of the SqlDataSource. Inherited from SqlDataSource.
ConnectionParametersSpecifies the data connection settings of the SqlDataSource. Inherited from SqlDataSource.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataProcessingModeGets or sets the data processing mode for the current data source.
DBSchemaGets the schema of the connected SQL data source. Inherited from SqlDataSource.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisableCustomQueryValidation staticGets or sets whether the validation of custom SQL queries is performed. Inherited from SqlDataSource.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsConnectedGets whether the connection to a data store is established.
LockUIOnDataLoading staticGets or sets whether the user interface is locked when the data source loads data.
NameGets or sets the name of the data source.
QueriesProvides access to the collection of queries defined for the SqlDataSource. Inherited from SqlDataSource.
RelationsProvides access to the collection of master-detail relations of the SqlDataSource. Inherited from SqlDataSource.
RemoveCommentsBeforeExecution staticInherited from SqlDataSource.
ResultGets a collection of tables and their relations from the current SqlDataSource. Inherited from SqlDataSource.
SiteGets or sets the ISite of the Component. Inherited from Component.

See Also

DashboardSqlDataSource Class

DashboardSqlDataSource Members

DevExpress.DashboardCommon Namespace