IPrxTableIslandSort

Assembly: Report;

Description

The IPrxTableIslandSort interface is used to work with collection of relational data area sorting conditions.

Inheritance Hierarchy

          IPrxTableIslandSort

Comments

To work with parameters of relational data area sorting condition, use properties and methods of the IPrxTableIslandSortItem interface.

Properties

  Property name Brief description
Count The Count property returns the number of sorting conditions of relational data area.
Enabled The Enabled property determines whether relational data area sorting is enabled.
IsEnabled The IsEnabled property returns whether relational data area sorting is used.
Item The Item property returns relational data area sorting condition by index.
Parent The Parent property returns parameters of parent relational data area.

Methods

  Method name Brief description
Add The Add method adds a sorting condition to the collection.
Clear The Clear method removes all sorting conditions from the collection.
Remove The Remove method removes sorting condition by index from the collection.

See also:

Report Assembly Interfaces