The IPrxReportControls interface is used to work with the collection of controls of the regular report.
The collection of controls is returned by the IPrxReport.Controls property.
You can work directly with the collection or with an editable copy. When working with an editable copy you need to save it to apply changes.
| Property name | Brief description | |
![]() |
PrxControlAssociatedSelectionGetter | The PrxControlAssociatedSelectionGetter property returns the object that is used to get associative dimension selections of controls from MOLAP server. |
![]() |
SheetControls | The SheetControls property returns the collection of sheet controls. |
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of controls of the regular report. |
![]() |
Item | The Item property returns a control of the regular report sheet. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a control of the regular report sheet. |
![]() |
Clear | The Clear method deletes all controls of the regular report sheet. |
![]() |
Edit | The Edit method opens the collection of controls for edit. |
![]() |
Remove | The Remove method deletes a control based on its index. |
![]() |
RemoveByKey | The RemoveByKey method deletes a control based on its key. |
![]() |
Save | The Save method saves changes made in the collection of controls before saving the report. |
| Method name | Brief description | |
![]() |
FindByKey | The FindByKey method searches a control based on the specified key. |
![]() |
FindById | The FindById method searches a control based on the specified identifier. |
![]() |
IndexOf | The IndexOf method returns index of position of a control. |
![]() |
Move | The Move method moves a control from its current position to the specified one. |
See also: