Property SubreportResolver
- Namespace
- DocWright.Reporting.Processing
- Assembly
- DocWright.Reporting.dll
SubreportResolver
Gets or sets what finds the definition a subreport names, or null to run no subreports (DXP9211).
public ReportSubreportResolver? SubreportResolver { get; set; }
Property Value
Remarks
A subreport runs with the same data provider, execution time, culture, user, code host and limits as the
report it is in, and with the parameter values its Subreport item passes; its own parameters that
are not passed take their defaults. It is processed once for every instance of the scope it sits in — every
row of the tablix it is in — and nests no deeper than MaxReportSubreportDepth.