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

ASPxReportDesigner.OpenReportXmlLayout(Byte[]) Method

Restores a report layout from the specified XML bytes.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public void OpenReportXmlLayout(
    byte[] reportLayout
)

Parameters

Name Type Description
reportLayout Byte[]

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

See Also