Skip to main content
All docs
V25.1
  • 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

    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