Table of Contents

Field ReportSubreportNotRun

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

DXP9211: a subreport was not run — no SubreportResolver was supplied, the resolver returned no definition for its ReportName, or the subreport's own run failed (a parameter with no valid value, a definition in error). The subreport keeps its authored box and draws nothing.

public const string ReportSubreportNotRun = "DXP9211"

Returns

string
DXP9211: a subreport was not run — no SubreportResolver was supplied, the resolver returned no definition for its ReportName, or the subreport's own run failed (a parameter with no valid value, a definition in error). The subreport keeps its authored box and draws nothing.

Remarks

With no resolver this is a refusal, not a failure: a report definition is untrusted, and an engine that opened the paths or URLs a ReportName names would let an uploaded report read whatever the host can. The reference draws an error message into the box instead ("Error: Subreport could not be shown."); DocWright reports the reason here and leaves the box empty.