ReportDesignerBuilder.Bind Method
Name | Parameters | Description |
---|---|---|
Bind(XtraReport) | report | Binds the Web Report Designer to a specified report. |
Bind(ReportDesignerModel) | model | Binds Web Report Designer control to a ReportDesignerModel object whose properties are defined on the server (in the controller action). |
Bind(String) | reportName | Retrieves a specified report from the report storage and binds it to the Web Report Designer. |