IPrxDocumentObjects

Description

The IPrxDocumentObjects interface contains properties and methods of the object collection that are used on the text sheet.

Comments

When a chart or a chart legend is inserted on the table sheet, their graphical images are displayed. On updating the initial chart or chart legend, the corresponding image is automatically updated. This collection is used to work with those images.

The collection of objects is returned by the IPrxDocument.DocumentObjects property.

Properties

  Property name Brief description
Count The Count property returns the number of objects in the collection.
Item The Item property returns object parameters with the specified index.

Methods

  Method name Brief description
ItemById The ItemById method returns a text sheet object, which identifier is passed using the Id parameter.

See also:

Report Assembly Interfaces