IReportDesignerModelBuilder.Report(XtraReport) Method
Specifies a report instance to load in the Web Report Designer.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v26.1.Web.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | A report instance. |
Returns
| Type | Description |
|---|---|
| IReportDesignerModelBuilder | A IReportDesignerModelBuilder that can be used to further configure the Report Designer. |
See Also