Packagecom.esri.aws.services
Classpublic class CustomReportVariables

Contains available variables for a custom report. Use the method getCustomVariables to get a list of available variables.



Public Properties
 PropertyDefined by
  variableDataSource : String
The name of the Report data source with the variables.
CustomReportVariables
  variableNames : Array
The names of variables to use in the custom report.
CustomReportVariables
Property detail
variableDataSourceproperty
public var variableDataSource:String

The name of the Report data source with the variables. Valid values are "ArcWeb:ESRI.Census2000Summary.US", "ArcWeb:ESRI.CEX_AutomotiveAftermarket.US", "ArcWeb:ESRI.CEX_Financial.US", "ArcWeb:ESRI.CEX_HouseAndHome.US", "ArcWeb:ESRI.CEX_HouseholdBudget.US", "ArcWeb:ESRI.CEX_Medical.US", "ArcWeb:ESRI.CEX_Recreation.US", "ArcWeb:ESRI.CEX_RetailGoodsAndServices.US", or "ArcWeb:ESRI.DemographicAndIncome.US". See Service Finder for details about these data sources.

variableNamesproperty 
public var variableNames:Array

The names of variables to use in the custom report. An array of strings.