Back to Devexpress

ReportDesignerBuilder.OpenReportXmlLayout(Byte[]) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-reportdesigner-dot-reportdesignerbuilder-dot-openreportxmllayout-x28-system-dot-byte-x29.md

latest2.2 KB
Original Source

ReportDesignerBuilder.OpenReportXmlLayout(Byte[]) Method

Creates a report from the specified XML bytes and then binds this report to the Web Report Designer.

Namespace : DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public ReportDesignerBuilder OpenReportXmlLayout(
    byte[] reportLayout
)
vb
Public Function OpenReportXmlLayout(
    reportLayout As Byte()
) As ReportDesignerBuilder

Parameters

NameTypeDescription
reportLayoutByte[]

An array containing the report layout in the XML format.

|

Returns

Type
ReportDesignerBuilder

Remarks

This method allows you to restore a report from a file and bind it to the Web Report Designer.

See Also

Store Report Layouts and Documents

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace