ReportChart (Object)

Member of:

ReportChart collection

Description:

Represents a Chart object in the Charts collection of the Report section.

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

Example:

This example shows how to spring a Chart report and a Pivot report in the body band of the report:

ActiveDocument.Sections["Report"].Body.Charts["Chart"].Spring("Pivot")

Methods:

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

Properties:

Read-only: Name as String