dashboard-devexpress-dot-dashboardwin-dot-dashboarddatasourcewizardsettings.md
Gets or sets SQL data providers available in the Data Source wizard.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
[DefaultValue(DashboardSqlDataProvider.All)]
public DashboardSqlDataProvider AvailableSqlDataProviders { get; set; }
<DefaultValue(DashboardSqlDataProvider.All)>
Public Property AvailableSqlDataProviders As DashboardSqlDataProvider
| Type | Default | Description |
|---|---|---|
| DashboardSqlDataProvider | All |
A DashboardSqlDataProvider enumeration value that specifies data providers available in the Data Source wizard.
|
Available values:
Show 21 items
| Name | Description |
|---|---|
| CustomConnectionString |
Identifies the Custom Connection String data provider.
| | MSSqlServer |
Identifies the Microsoft SQL Server data provider.
| | MSSqlServerCE |
Identifies the MS SQL Server CE data provider.
| | Access |
Identifies Micrisoft Access data providers.
| | Oracle |
Identifies the Oracle data provider.
| | Redshift |
Identifies the Amazon Redshift data provider.
| | BigQuery |
Identifies the Google BigQuery data provider.
| | Teradata |
Identifies the Teradata data provider.
| | Hana |
Identifies the SAP HANA data provider.
| | Firebird |
Identifies the Firebird data provider.
| | DB2 |
Identifies the IBM DB2 data provider.
| | MySql |
Identifies the MySQL data provider.
| | Pervasive |
Identifies the Pervasive PSQL data provider.
| | Postgres |
Identifies the Postgre SQL data provider.
| | Advantage |
Identifies the SAP Sybase Advantage data provider.
| | Ase |
Identifies the SAP Sybase ASE data provider.
| | Asa |
Identifies the SAP SQL Anywhere data provider.
| | SQLite |
Identifies the SQLite data provider.
| | VistaDB |
Identifies VistaDB data providers.
| | XmlFile |
Identifies the XML File data provider.
| | All |
All supported data providers are displayed in the Data Source wizard.
|
You can access this nested property as listed below:
| Object Type | Path to AvailableSqlDataProviders |
|---|---|
| DashboardDesigner |
.DataSourceWizardSettings .AvailableSqlDataProviders
|
The following Data Source wizard page shows the available data providers.
You can limit data providers displayed on this page. For example, set AvailableSqlDataProviders to CustomConnectionString to display only a Custom connection string along with available data sources:
Use the DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes property to specify the data sources displayed on the page.
See Also
DashboardDataSourceWizardSettings Class