Assembly: Report;
The IPrxBulkSelectionSet interface contains properties and methods required to work with the collection of dimension selections that can be used when executing batch operations.
IPrxBulkSelectionSet
Permissible selections are selections of the dimensions that are located in the fixed area, for which a control is created. The control must be shared by all the sheets, for which the batch operation is executed.
The collection of selections is specified in the IPrxBulkSettings.SelectionSet property. This collection can be obtained automatically when executing the IPrxReport.GetBulkSelectionSet method.
Property name | Brief description | |
Count | The Count property returns the number of permissible selections in the collection. | |
Item | The Item property returns parameters of permissible selection. |
Method name | Brief description | |
Add | The Add method adds to collection selection of the dimension linked to the specified control. | |
Clear | The Clear method removes all dimension selections from the collection. | |
Remove | The Remove method removes the specified permissible dimension selection. |
See also: