Back to Devexpress

ReportDesignerExtension.Bind(String) Method

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

latest1.5 KB
Original Source

ReportDesignerExtension.Bind(String) 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(
    string reportXmlLayout
)
vb
Public Function Bind(
    reportXmlLayout As String
) As ReportDesignerExtension

Parameters

NameTypeDescription
reportXmlLayoutString

A String value, containing the XML layout of the report.

|

Returns

TypeDescription
ReportDesignerExtension

A ReportDesignerExtension object.

|

See Also

ReportDesignerExtension Class

ReportDesignerExtension Members

DevExpress.Web.Mvc Namespace