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.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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