Skip to main content
All docs
V25.1
  • IReportDesignerModelBuilder.Subreports(Dictionary<String, String>) Method

    This property is retained to ensure compatibility with legacy code. For internal use only.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

    Assembly: DevExpress.XtraReports.v25.1.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    IReportDesignerModelBuilder Subreports(
        Dictionary<string, string> subreports
    )

    Parameters

    Name Type
    subreports Dictionary<String, String>

    Returns

    Type Description
    IReportDesignerModelBuilder

    A IReportDesignerModelBuilder that can be used to further configure the Report Designer.

    See Also