Field ReportCustomItemNotDrawn
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP9406: a custom report item could not be drawn — no drawer is registered for its Type,
it has no AltReportItem to fall back to, or the drawer refused its properties. The item
keeps its box and draws nothing.
public const string ReportCustomItemNotDrawn = "DXP9406"
Returns
- string
- DXP9406: a custom report item could not be drawn — no drawer is registered for its Type, it has no AltReportItem to fall back to, or the drawer refused its properties. The item keeps its box and draws nothing.
Remarks
A custom report item is an extension point, so an engine that guessed at one would be guessing at
something only its author can know. A host that knows what a type means registers a drawer for it
through ReportPaginationOptions.CustomItemDrawers; the barcode symbologies DocWright
encodes itself are registered by default.