Class ReportUserSort
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
A textbox a viewer offers interactive sorting on (UserSort).
public sealed class ReportUserSort
- Inheritance
-
ReportUserSort
- Inherited Members
Remarks
The sort is described here and applied by processing: a viewer that sees the click puts a ReportInteractiveSort naming the textbox in InteractiveSorts, processes the report again, and paginates the new instance. Reordering is processing rather than pagination, so a session over a processed report cannot do it.
Properties
- SortExpressionScope
Gets the scope the sort expression is evaluated in, or null for the textbox's own.
- SortTarget
Gets the data region or group the sort reorders, or null for the one the textbox is in.