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

ReportBuildArgs.SerializedPageData Property

Specifies the contents of a page, serialized to a Byte array.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

[DataMember]
public byte[] SerializedPageData { get; set; }

Property Value

Type Description
Byte[]

A Byte array.

See Also