The IPrxControls interface contains properties and methods of the collection of controls of a regular report sheet.
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 | |
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: