IPrxSheet

Assembly: Report;

Description

The IPrxSheet interface contains properties and methods of a regular report sheet.

Inheritance Hierarchy

          IPrxSheet

Comments

To work with the collection of regular report sheets, use properties and methods of the IPrxSheets interface.

Properties

  Property name Brief description
The Active property determines whether a new sheet is to be active.
The HeadersFooters property returns the collection of headers and footers of regular report pages.
The Index property returns index of the sheet in the list.
The IsLoaded property determines whether the regular report sheet will be loaded.
The Key property returns key of a regular report sheet.
The Name property determines the name of a regular report page.
The PageSettings property returns parameters of the regular report sheet.
The Printable property determines whether the sheet is to be printed together with the book.
The ProtectFromGlobalRecalc property determines the Do Not Calculate on Report Calculation option.
The Scale property determines sheet's scale.
The Sheets property returns the owner of this sheet.
The Type property returns the sheet type.
The Visible property determines whether the sheet is displayed in the working area.

Methods

  Method name Brief description
The CopyFrom method copies data from a source.
The Duplicate method duplicates regular report sheet.
The Load method loads regular report sheet.
The Recalc method calculates the sheet.

See also:

Report Assembly Interfaces