Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

#Declaration

public ReportDesignerBuilder OpenReportXmlLayout(
    byte[] reportLayout
)

#Parameters

Name Type Description
reportLayout Byte[]

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