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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public enum ExportScope
Members
Member name | Value | Description | |
---|---|---|---|
ActiveVisualization | 0 | The active visualization. | |
ActivePage | 1 | The active page. | |
ActivePageOnePagePerVisualization | 2 | The active page (new page for each visualization). | |
AllPages | 3 | All pages. | |
AllPagesOnePagePerVisualization | 4 | All pages (new page for each visualization). | |
DetailsOnDemand | 5 | The Details-on-demand panel. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also