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

DataSourceRefInfo.Ref Property

Specifies a reference to an object in the XtraReport.ObjectStorage collection.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

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

Property Value

Type Description
String

A String value.

See Also