Skip to main content

DataSourceRefInfo.Ref Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v24.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