IReportDataV2.Content Property
Gets a report content.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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