SerializedReportModel.ObjectReferences Property
Contains object references for the correct JSON deserialization.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v26.1.Web.dll
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