Assembly: Report;
The IPrxTableIslandSortItem interface is used to work with parameters of relational data area sorting condition.
IPrxTableIslandSortItem
To work with the collection of relational data area sorting conditions, use properties and methods of the IPrxTableIslandSort interface.
Property name | Brief description | |
Descending | The Descending property determines whether descending sorting is used for data of relational data area. | |
Enabled | The Enabled property determines whether relational data area sorting by particular field is enabled. | |
Index | The Index property returns index of sorting condition in collection. | |
InGroups | The InGroups property determines whether sorting within groups is used. | |
IsEnabled | The IsEnabled property determines whether relational data area sorting by particular field is enabled. | |
LayoutCell | The LayoutCell property determines binding to layout row cell. | |
Parent | The Parent property returns parameters of relational data area sorting conditions. |
Method name | Brief description | |
MoveFirst | The MoveFirst method moves sorting condition one position up. | |
MoveLast | The MoveLast method moves sorting condition one position down. | |
MoveToPosition | The MoveToPosition method moves sorting condition to the specified position. |
See also: