Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder OpenReportXmlLayout(
    byte[] reportLayout
)

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