PrxSheetType

Description

The PrxSheetType enumeration contains types of regular report sheets.

It is used by the following properties and methods:

Available Values

Value Brief description
1 Table. Table.
2 Document. Text sheet.

Comment

The PrxSheetType enumeration is used on determination the regular report sheet type and to set sheet type on its creation. To work with sheet depending on its type different interfaces are used: IPrxTable for the Table value and IPrxDocument for the Document value.

Example

The example of use are given in description of the IPrxSheets.Add and IPrxSheets.Item methods.

See also:

Report Assembly Enumerations