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

DataSourceInfo.Data Property

Specifies the data serialized to the report layout in JSON format using the XtraReport.ObjectStorage property.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

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

Property Value

Type Description
String

A String value.

See Also