Because document objects record their sections, this object represents section objects in active sections. It also contains the name of current sections.
To expose the ActiveSection object, specify this syntax:
ActiveSection
The following example shows how to activate and duplicate the SalesPivot section. Interactive Reporting duplicates the section and adds a section label to the Sections Catalog. The new label uses the original name, but displays the label number. For example, duplicating the chart three times displays Chart, Chart2, and Chart3 in the section pane.
Activate(), Copy(), Duplicate(), Export([optional], String Filename, [optional], BqExportFileFormat FileFormat, [optional] Boolean IncludeHeaders, [optional] Boolean Prompt), OnActivate(), OnDeactivate(), PrintOut[optional] Number FromPage, [optional] Number ToPage, [optional] Number Copies, [optional], String Filename, [optional] Boolean Prompt), Recalculate(), Remove{}
Read-write: Property Active as Boolean, Property Name as String, Property ShowOutliner as Boolean, Property Type as BqSectionType, Property Visible as Boolean