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.
3 JsPlugin. Sheet created by JS plugin.

Comment

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

Example

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

See also:

Report Assembly Enumerations