Back to Devexpress

DashboardDesigner.DataSourceWizard Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-2999b67d.md

latest2.8 KB
Original Source

DashboardDesigner.DataSourceWizard Property

Allows you to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public DashboardDesignerDataSourceWizardSettings DataSourceWizard { get; }
vb
Public ReadOnly Property DataSourceWizard As DashboardDesignerDataSourceWizardSettings

Property Value

TypeDescription
DashboardDesignerDataSourceWizardSettings

A DashboardDesignerDataSourceWizardSettings object that provides access to the Data Source wizard settings.

|

Remarks

The following code snippet displays all available data source types on the Data Source wizard page:

csharp
dashboardDesigner1.DataSourceWizard.AvailableDataSourceTypes = DevExpress.DashboardWin.DashboardDesignerDataSourceType.All;
vb
dashboardDesigner1.DataSourceWizard.AvailableDataSourceTypes = DevExpress.DashboardWin.DashboardDesignerDataSourceType.All

The Data Federation type is available if the dashboard has at least one data source.

The XPO Data Source is hidden from the list of data sources available in the Data Source Wizard. Use the DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes property to specify the data connections displayed on the page.

See Also

How to Customize the Data Source Wizard

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace