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

require(["esri/dijit/geoenrichment/ReportPlayer/DataProviderGE"], function(DataProviderGE) { /* code goes here */ });

Description

(Added at v3.24)
Data Provider for the ReportPlayer which allows you to specify which export options are available when running the report.

Samples

Search for samples that use this class.

Methods

NameReturn typeSummary
registerCommand(playerCommand, label?)NoneRegisters a export option which can be performed.
Method Details

registerCommand(playerCommand, label?)

Registers a export option which can be performed. These show as available export options in the Report Player widget. See PlayerCommands for available options.
Parameters:
<PlayerCommands> playerCommand Required The export option to register to make available to the Report Player.
<String> label Optional The display name of the export option.
Show Modal