Represents all table dimension objects in the report section. A dimension is typically a qualifiable value, such as a region or product line. A fact is a quantifiable value, such as budget or revenue.
When you use the Add (Method), Move (Method), and Remove (Method) with this collection, and the SuspendCalculation (Property) is true (which is the default), use the Recalculate (Method) to force the Report section to recalculate itself. |
This example shows how to add the City label as a dimension:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Dimensions.Add ("City", "Results")Recalculate()