IReportDesignerModelBuilder.Report(XtraReport) Method
Specifies a report instance to load in the Web Report Designer.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
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