Skip to main content
All docs
V23.2

IReportDesignerModelBuilder.Subreports(Action<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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder Subreports(
    Action<Dictionary<string, string>> configure
)

Parameters

Name Type
configure Action<Dictionary<String, String>>

Returns

Type Description
IReportDesignerModelBuilder

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

See Also