Back to Devexpress

ReportDesignerExtension.Bind(Byte[]) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-reportdesignerextension-dot-bind-x28-system-dot-byte-x29.md

latest1.5 KB
Original Source

ReportDesignerExtension.Bind(Byte[]) Method

Binds the Report Designer to a report.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ReportDesignerExtension Bind(
    byte[] reportXmlLayout
)
vb
Public Function Bind(
    reportXmlLayout As Byte()
) As ReportDesignerExtension

Parameters

NameTypeDescription
reportXmlLayoutByte[]

A Byte array, containing the XML layout of the report.

|

Returns

TypeDescription
ReportDesignerExtension

A ReportDesignerExtension object.

|

See Also

ReportDesignerExtension Class

ReportDesignerExtension Members

DevExpress.Web.Mvc Namespace