The IPrxTextFields interface contains properties and methods of a text fields' collection.
This interface is available only when the regular report is opened.
Property name | Brief description | |
Count | The Count property returns the number of text fields in the collection. | |
Item | The Item property returns a text box by the specified index. |
Method name | Brief description | |
FindByKey | The FindByKey method searches for a text field by the specified key. | |
RemoveByIndex | The RemoveByIndex method enables the user to remove text box of the regular report by the specified index. | |
RemoveByKey | The RemoveByKey method enables the user to remove text box of the regular report by the specified key. |
See also: