ExportScope Enumeration TIBCO Spotfire 7.6 API Reference
Enumeration representing the different options of what to include in an export.

Namespace: Spotfire.Dxp.Application.Export
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public enum ExportScope
Members

  Member nameValueDescription
ActiveVisualization0 The active visualization.
ActivePage1 The active page.
ActivePageOnePagePerVisualization2 The active page (new page for each visualization).
AllPages3 All pages.
AllPagesOnePagePerVisualization4 All pages (new page for each visualization).
DetailsOnDemand5 The Details-on-demand panel.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference