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

ASPxWebDocumentViewer.OpenReportXmlLayout(Byte[]) Method

Restores a report layout from the specified XML bytes.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public void OpenReportXmlLayout(
    byte[] reportXmlLayout
)

Parameters

Name Type Description
reportXmlLayout Byte[]

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

See Also