Field object, Table object, ReportPivot collection, ReportChart collection, Shapes collection
Enables you to maintain relative vertical spacing between dynamic objects. That is, you can spring one object to another so that if the first object is moved, increased or diminished, the second object moves in the same flow. To unspring an item, see the UnSpring (Method).
Expression.Spring(Name as String)
An expression that springs a report object.
This example shows how to spring the table and Smart Report objects:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Spring("Chart")ActiveDocument.Sections["Report"].Body.Tables["Table"].Spring("Pivot")