ExportScope Enumeration TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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.
See Also