Skip to main content

ChooseDataSourceNamePage.DataSourceName Property

Specifies the data source name.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string DataSourceName { get; set; }

Property Value

Type Description
String

A string that specifies the data source name.

See Also