Skip to main content

WebDocumentViewerBuilder.OpenReportXmlLayout(Byte[]) Method

Creates a report from the specified XML bytes and then binds this report to the Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder OpenReportXmlLayout(
    byte[] reportLayout
)

Parameters

Name Type Description
reportLayout Byte[]

An array containing the report layout in the XML format.

Returns

Type
WebDocumentViewerBuilder

Remarks

This method allows you to restore a report from a file and bind it to the Web Document Viewer.

See Also