Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public ReportDesignerBuilder Bind(
    string reportUrl
)

Parameters

Name Type Description
reportUrl String

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

Returns

Type Description
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 Implement Report Storage article to learn how to implement and register a report storage.

See Also