IPrxTextFields

Description

The IPrxTextFields interface contains properties and methods of a text fields' collection.

Comments

This interface is available only when the regular report is opened.

Properties

  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.

Methods

  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:

Report Assembly Interfaces