ReportDesignerBuilder.Bind(XtraReport) Method
In This Article
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 | Xtra |
The report to be bound 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.
See Also