The IPrxReportControls interface is used to work with the collection of controls of the regular report. 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 | |
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 the 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 for a control by the key. | |
FindById | The FindById method searches for a control by the identifier. | |
IndexOf | The IndexOf method returns the index of position of a control. | |
Move | The Move method moves a control from its current position to the specified one. |
See also: