Field ReportExpressionNotAllowedHere
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP9210: an expression uses something RDL forbids where it is written — an aggregate,
RowNumber, RunningValue, Previous or a lookup in a calculated field;
RowNumber in a variable; Previous in a group header or footer or in a matrix
cell. The reference implementation refuses the whole report for these.
public const string ReportExpressionNotAllowedHere = "DXP9210"
Returns
- string
- DXP9210: an expression uses something RDL forbids where it is written — an aggregate, RowNumber, RunningValue, Previous or a lookup in a calculated field; RowNumber in a variable; Previous in a group header or footer or in a matrix cell. The reference implementation refuses the whole report for these.