Skip to main content

ISelectDataSourcePageView.SelectedDataSourceName Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

string SelectedDataSourceName { get; set; }

Property Value

Type Description
String

A String value.

See Also