Skip to main content

ASPxWebDocumentViewer.OpenReportXmlLayout(Byte[]) Method

Restores a report layout from the specified XML bytes.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public void OpenReportXmlLayout(
    byte[] reportXmlLayout
)

Parameters

Name Type Description
reportXmlLayout Byte[]

A Byte array, containing the report layout in XML format.

See Also