Field ReportInteractiveSortNotApplied
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP9504: an interactive sort was requested and not applied. The request names no text box the report has, or
one that offers no UserSort; or the UserSort's SortExpressionScope or SortTarget
names no group, data region or dataset of the report, or a target that does not contain the scope; or the
text box sits outside every data region, names no scope, and the report has more than one dataset to sort.
The report is processed in its authored order and one diagnostic names the request; strict mode stops the
run instead.
public const string ReportInteractiveSortNotApplied = "DXP9504"
Returns
- string
- DXP9504: an interactive sort was requested and not applied. The request names no text box the report has, or one that offers no UserSort; or the UserSort's SortExpressionScope or SortTarget names no group, data region or dataset of the report, or a target that does not contain the scope; or the text box sits outside every data region, names no scope, and the report has more than one dataset to sort. The report is processed in its authored order and one diagnostic names the request; strict mode stops the run instead.