ReportPivot (Object)

Member of:

ReportPivot collection

Description:

Represents a Pivot object in the Pivot collection of the Report section. This object corresponds to inserting a Smart Pivot report in the Report section. When you insert a Pivot object in the Report section, a proportional copy is placed in every band instance. Any Pivot dropped into a header/footer that is owned by data is focused by that piece of data. Smart Pivots are smart because only the corresponding section of the embedded report display in each band instance.

Example:

This example shows how to layer a Smart Pivot report to the front of a stack:

ActiveDocument.Sections["Report"].Body.Pivots["Pivot"].Layer(bqLayerFront)

Methods:

Layer(Value as BqLayer), Spring(Name as String), UnSpring()

Properties:

Read-only: Name as String