ChartSection object, (CubeQuery) QuerySection object, PivotSection object, Section object, TableSection object, OLAPQuerySection object
Copies a section and places it on the clipboard.
Expression.Copy()
An expression that returns an object for any of these sections:
The Copy (Method) is unavailable for these objects:
The Copy (Method) does not work in an Interactive Reporting document file to be deployed in the EPM Workspace.
This example shows how to copy an entire Results section to the Clipboard:
ActiveDocument.Sections["Results"].Copy()