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

IReportDataV2.Content Property

Gets a report content.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

byte[] Content { get; }

Property Value

Type Description
Byte[]

A byte array that is the report content.

Remarks

This property value is loaded into a stream and passed to the XtraReport.LoadLayout method.

See Also