IPrxDocument

Description

The IPrxDocument interface contains properties that are used to work with regular report text sheet.

Comments

The text sheet can be obtained by casting the sheet described by the IPrxSheet interface to the IPrxDocument interface. Bringing is possible, if the IPrxSheet.Type property returns PrxSheetType.Document.

Properties

  Property name Brief description
The DocumentExpressions property returns the collection of expressions for calculated fields used in the text sheet.
The DocumentObjects property returns the collection of objects, which are used on the text sheet.
The DocumentTables property returns the collection of data tables that are used on the text sheet.
The RichText property returns contents of a regular report text sheet in RTF format.
The TextFields property returns the collection of text fields.

Methods

  Property name Brief description
The BeginUpdate method starts updating a regular report text sheet.
The EndUpdate method completes updating a regular report text sheet.

See also:

Report Assembly Interfaces