Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportDesignerBuilder.Bind(XtraReport) Method

Binds the Web Report Designer to a specified report.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

#Declaration

public ReportDesignerBuilder Bind(
    XtraReport report
)

#Parameters

Name Type Description
report XtraReport

The report to be bound 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 Add a Report Storage (ASP.NET Web Forms) article to learn how to implement and register a report storage.

See Also