Skip to main content
.NET 6.0+

IReportDataV2.Content Property

Gets a report content.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v23.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