ReportDesignerBuilder.OpenReportXmlLayout(Byte[]) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public ReportDesignerBuilder OpenReportXmlLayout(
byte[] reportLayout
)
#Parameters
Name | Type | Description |
---|---|---|
report |
Byte[] | An array containing the report layout in the XML format. |
#Returns
Type |
---|
Report |
#Remarks
This method allows you to restore a report from a file and bind it to the Web Report Designer.
See Also