IPrxReportRecalcContext

Assembly: Report;

Description

The IPrxReportRecalcContext interface contains properties and methods required to determine regular report calculation parameters.

Inheritance Hierarchy

          IPrxReportRecalcContext

Comments

To work with the Reports repository object, use properties and methods of the IPrxReport interface.

Properties

  Property name Brief description
ParamValuesChanged The ParamValuesChanged property determines whether parameters' values have been changed.
RecalcDataIsland The RecalcDataIsland property determines whether to calculate data area.
RecalcEaxObject The RecalcEaxObject property determines whether it is required to calculate selected object.
RecalcFormulaIsland The RecalcFormulaIsland property determines whether the specified formula area is to be calculated.
RecalcReport The RecalcReport property determines whether the entire report is to be calculated.
RecalcSheet The RecalcSheet property determines whether the report sheet is to be calculated.
RecalcTableIsland The RecalcTableIsland property determines whether the relational data area is to be calculated.
Report The Report property returns the regular report, for which calculation parameters are determined.

Methods

  Method name Brief description
Clear The Clear method resets parameters of regular report calculation.

See also:

Report Assembly Interfaces