Skip to main content
A newer version of this page is available. .

ISelectDataSourcePageView.SelectedDataSourceName Property

If implemented, specifies the data source selected in the Available items list.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

string SelectedDataSourceName { get; set; }

Property Value

Type Description
String

A String value.

See Also