Assembly: Report;
The IPrxReportRecalcContext interface contains properties and methods required to determine regular report calculation parameters.
IPrxReportRecalcContext
To work with the Reports repository object, use properties and methods of the IPrxReport interface.
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. |
Method name | Brief description | |
Clear | The Clear method resets parameters of regular report calculation. |
See also: