SuspendCalculation (Property)

Applies To:

ReportSection

Description:

Prevents graphic recalculation of the Report section when items are added through the object model. Enable this property to greatly enhance Report section performance

Note:

Use the Recalculate (Method) or Process (Method) to force a recalculation when using this property.

Action:

Read-write, Boolean

Example:

This example shows how to increase the performance of the Report section using SuspendCalculation (Property):

ActiveDocument.Sections["Report"].SuspendCalculation = true