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
Method Details
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. |