Back to Devexpress

ReportDesignerBuilder.Bind(String) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-reportdesigner-dot-reportdesignerbuilder-dot-bind-x28-system-dot-string-x29.md

latest2.6 KB
Original Source

ReportDesignerBuilder.Bind(String) Method

Retrieves a specified report from the report storage and binds it 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 Bind(
    string reportName
)
vb
Public Function Bind(
    reportName As String
) As ReportDesignerBuilder

Parameters

NameTypeDescription
reportNameString

The URL of the report to bind to the Report Designer.

|

Returns

TypeDescription
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

|

Remarks

The ReportDesignerBuilder object works with the report storage registered in your application. Refer to the Add a Report Storage (ASP.NET Web Forms) article to learn how to implement and register a report storage.

Note

You can use the Bind(ReportDesignerModel) method instead. This method binds a Web Report Designer control to a ReportDesignerModel object whose properties are defined in the controller action.

See Also

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace