Skip to main content
All docs
V23.2

IReportDesignerModelBuilder.Report(XtraReport) Method

Specifies a report instance to load in the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder Report(
    XtraReport report
)

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