ASPxWebDocumentViewer.OpenReportXmlLayout(Byte[]) Method
Restores a report layout from the specified XML bytes.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v25.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reportXmlLayout | Byte[] | A Byte array, containing the report layout in XML format. |
See Also