IPredefinedSelectionSchema

Assembly: Dimensions;

Description

The IPredefinedSelectionSchema interface is used to work with pre-defined dimension selection schema.

Inheritance Hierarchy

IDimSelectionSchema

IPredefinedSelectionSchema

Comments

Predefined dimension selection schema is used to automatic adding of a new dimension element in selection after report reopening.

To get predefined dimension selection schema, use IDimSelection.PredefinedSchema.

Properties

  Property name Brief description
Active The Active property determines whether pre-defined dimension selection schema will be used.

Properties inherited from IDimSelectionSchema

  Property name Brief description
Count The Count property returns the number of primitives in dictionary selection schema.
Dimension The Dimension property determines structure of the dimension on which the selection schema primitive is based.
Item The Item property returns an object that contains selection schema primitive.

Methods inherited from IDimSelectionSchema

  Method name Brief description
Add The Add method adds primitive to dictionary selection schema.
Clear The Clear method removes all primitives from dictionary selection schema.
MoveDown The MoveDown method moves selected primitive one position down.
MoveUp The MoveUp method moves primitive one position up in the list.
Process The Process method applies selection schema to specified element selection and returns selection copy with selected elements.
ProcessInplace The ProcessInplace method applies selection schema to specified element selection.
Remove The Remove method removes primitive of dictionary selection schema.

See also:

Dimensions Assembly Interfaces