Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
String

A String value.

See Also