ReportDesignerBuilder.OpenReportXmlLayout(Byte[]) Method
Creates a report from the specified XML bytes and then binds this report to the Web Report Designer.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reportLayout | Byte[] | An array containing the report layout in the XML format. |
Returns
| Type |
|---|
| ReportDesignerBuilder |
Remarks
This method allows you to restore a report from a file and bind it to the Web Report Designer.
See Also