Skip to main content
All docs
V25.1
  • WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.OpenReportXmlLayout(Byte[]) Method

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

    Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

    Assembly: DevExpress.AspNetCore.Reporting.v25.1.dll

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public TImpl OpenReportXmlLayout(
        byte[] reportLayout
    )

    Parameters

    Name Type Description
    reportLayout Byte[]

    An array of bytes that contains the report layout in the XML format.

    Returns

    Type Description
    TImpl

    A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component.

    Remarks

    The OpenReportXmlLayout method allows you to restore a report from a file and bind it to the Web Document Viewer or Standalone Report Parameters Panel.

    See Also