Back to Devexpress

ASPxWebDocumentViewer.OpenReportXmlLayout(Byte[]) Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxwebdocumentviewer-dot-openreportxmllayout-x28-system-dot-byte-x29.md

latest1.3 KB
Original Source

ASPxWebDocumentViewer.OpenReportXmlLayout(Byte[]) Method

Restores a report layout from the specified XML bytes.

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public void OpenReportXmlLayout(
    byte[] reportXmlLayout
)
vb
Public Sub OpenReportXmlLayout(
    reportXmlLayout As Byte()
)

Parameters

NameTypeDescription
reportXmlLayoutByte[]

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

|

See Also

ASPxWebDocumentViewer Class

ASPxWebDocumentViewer Members

DevExpress.XtraReports.Web Namespace