require(["esri/dijit/geoenrichment/ReportPlayer/PlayerCommands"], function(PlayerCommands) { /* code goes here */ });
Description
(Added at v3.24)
Enumerator of available export options that are available for the Report Player.
Samples
Search for
samples that use this class.
Constants
DYNAMIC_HTML | Generates a stand-alone HTML file which displays dynamic content, including interactive map and infographic panels for the run infographic report. |
HTML | Generates a stand-alone HTML file without the dynamic interactivity of the DYNAMIC_HTML option for the run infographic report. |
IMAGE | Generates an image of the run infographic report. |
PDF | Generates a PDF file of the run infographic report. |
PRINT | Displays a print dialog for the run infographic report for printing directly from the web browser. |