Field ReportExpressionInvalid
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP9101: a report expression is not one the reference compiler would accept - a syntax
error, a name that is not declared, the wrong number of arguments, or a constant
sub-expression that cannot be evaluated (5 \ 0). The reference implementation
refuses the whole report for these, so they are reported when the expression is parsed,
not when it runs. The message gives the position.
public const string ReportExpressionInvalid = "DXP9101"
Returns
- string
- DXP9101: a report expression is not one the reference compiler would accept - a syntax error, a name that is not declared, the wrong number of arguments, or a constant sub-expression that cannot be evaluated (5 \ 0). The reference implementation refuses the whole report for these, so they are reported when the expression is parsed, not when it runs. The message gives the position.
Remarks
The DXP91xx sub-band is report expressions. The DXP9xxx band divides by
the stage that raises the code: DXP90xx the definition, DXP91xx expressions,
DXP92xx data and processing, DXP93xx pagination, DXP94xx report
items and rendering.