Back to Devexpress

ReportDesignerExtension.BindToUrl(String) Method

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

latest1.5 KB
Original Source

ReportDesignerExtension.BindToUrl(String) Method

Binds the Report Designer to a report URL.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ReportDesignerExtension BindToUrl(
    string reportUrl
)
vb
Public Function BindToUrl(
    reportUrl As String
) As ReportDesignerExtension

Parameters

NameTypeDescription
reportUrlString

A String value, specifying the report URL.

|

Returns

TypeDescription
ReportDesignerExtension

A ReportDesignerExtension object.

|

See Also

ReportDesignerExtension Class

ReportDesignerExtension Members

DevExpress.Web.Mvc Namespace