Back to Devexpress

DashboardDesignerDataSourceType Enum

dashboard-devexpress-dot-dashboardwin-1b840d03.md

latest2.4 KB
Original Source

DashboardDesignerDataSourceType Enum

Lists values used to specify data source types available in the Data Source wizard.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Flags]
public enum DashboardDesignerDataSourceType
vb
<Flags>
Public Enum DashboardDesignerDataSourceType

Members

NameDescription
Sql

Identifies the Database data source type.

| | Olap |

Identifies the Olap data source type.

| | Object |

Identifies the Object Binding data source type.

| | EF |

Identifies the Entity Framework data source type.

| | Excel |

Identifies the Microsoft Excel workbook / CSV file data source type.

| | Extract |

Identifies the Data Extract data source type.

| | Federation |

Identifies the Data Federation data source type.

| | Json |

Identifies the JSON data source type.

| | XPO |

Identifies the XPO (eXpress Persistent Object) data source type.

| | MongoDB |

Identifies the MongoDB data source type.

| | Default |

The default set of data source types is displayed in the Data Source wizard.

| | All |

All supported data source types are displayed in the Data Source wizard.

|

The following properties accept/return DashboardDesignerDataSourceType values:

Remarks

Values listed in this enumeration are used to set the DashboardDataSourceWizardSettings.AvailableDataSourceTypes property.

See Also

DevExpress.DashboardWin Namespace