Skip to main content

DataSourceModel.DataSourceName Property

Specifies the report data source name.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string DataSourceName { get; set; }

Property Value

Type Description
String

A String value, specifying the report data source name.

Implements

See Also