Back to Devexpress

DashboardSqlDataSource Constructors

dashboard-devexpress-dot-dashboardcommon-dot-dashboardsqldatasource-dot-ctor.md

latest2.2 KB
Original Source

DashboardSqlDataSource Constructors

An SQL data source that provides data for the dashboard.

NameParametersDescription
DashboardSqlDataSource()noneInitializes a new instance of the DashboardSqlDataSource class with default settings.
DashboardSqlDataSource(DataConnectionParametersBase)connectionParametersInitializes a new instance of the DashboardSqlDataSource class with the specified connection parameters.
DashboardSqlDataSource(String, DataConnectionParametersBase)name, connectionParametersInitializes a new instance of the DashboardSqlDataSource class with the specified data source name and connection parameters.
DashboardSqlDataSource(String, String)name, connectionNameInitializes a new instance of the DashboardSqlDataSource class with the specified data source and existing data connection names.
DashboardSqlDataSource(String)nameInitializes a new instance of the DashboardSqlDataSource class with the specified data source name.

See Also

DashboardSqlDataSource Class

DashboardSqlDataSource Members

DevExpress.DashboardCommon Namespace