Skip to main content

SerializedReportModel.ObjectReferences Property

Contains object references for the correct JSON deserialization.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "serializedObjectReferences")]
public IDictionary<object, string> ObjectReferences { get; set; }

Property Value

Type Description
IDictionary<Object, String>

A dictionary whose entry includes a report control and its index in the report layout.

See Also