Skip to main content

ReportDto.Layout Property

Specifies the report layout bytes.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public byte[] Layout { get; set; }

Property Value

Type Description
Byte[]

A Byte array, specifying the report layout bytes.

See Also