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.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public ReportDesignerBuilder Bind(
string reportName
)
#Parameters
Name | Type | Description |
---|---|---|
report |
String | The URL of the report to bind to the Report Designer. |
#Returns
Type | Description |
---|---|
Report |
A Report |
#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