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. If enabled, the esriDijitCssUrl, esriCssUrl, and playerSourceRootUrl properties within the ReportPlayer.config are required. Please note that opening the generated Dynamic HTML files directly from the local file system may result in some content not showing up correctly (e.g. secured layers or data). The Dynamic HTML files should be hosted on a web server.
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