Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Object: PlayerCommands

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

NameDescription
DYNAMIC_HTMLGenerates a stand-alone HTML file which displays dynamic content, including interactive map and infographic panels for the run infographic report.
HTMLGenerates a stand-alone HTML file without the dynamic interactivity of the DYNAMIC_HTML option for the run infographic report.
IMAGEGenerates an image of the run infographic report.
PDFGenerates a PDF file of the run infographic report.
PRINTDisplays a print dialog for the run infographic report for printing directly from the web browser.
Show Modal