Displays column total (break total) on a Table Fact column in the Report section.
When using this property and the SuspendCalculation (Property) is true, use the Recalculate (Method) to recalculate the Report section. |
This example shows how to display the column total for the Amount Sales Table column:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Facts["Amount Sales"].ShowColumnTotal = true