Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IPredefinedSelectionSchema interface is used to work with predefined dimension selection schema.
IPredefinedSelectionSchema
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.
Property name | Brief description | |
Active | The Active property determines whether pre-defined dimension selection schema will be used. |
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. |
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: