Prevents graphic recalculation of the Report section when items are added through the object model. Enable this property to greatly enhance Report section performance
Use the Recalculate (Method) or Process (Method) to force a recalculation when using this property. |
This example shows how to increase the performance of the Report section using SuspendCalculation (Property):
ActiveDocument.Sections["Report"].SuspendCalculation = true