Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
require(["esri/dijit/geoenrichment/ReportPlayer/PlayerResizeModes"], function(PlayerResizeModes) { /* code goes here */ });
| Name | Description |
|---|---|
AUTO | The Report Player will be auto-resizable for the pagination view, the size of the player will change to fit the content. Setting manual dimensions will not be applicable. This is the default. |
FIT_WINDOW | The Report Player will be stretched and constrained to the browser window size. Setting manual dimensions will not be applicable. |
MANUAL | The Report Player dimensions (height and width) will need to be set manually in CSS. |