Skip to main content

DataSourceRefInfo.Name Property

Specifies the data source name.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

Type Description
String

The data source name.

See Also