Packagecom.esri.baserver.tasks
Classpublic class StandardReportParameters
InheritanceStandardReportParameters Inheritance StandardReportParameters Inheritance BATaskParameters Inheritance Object
Subclasses AverageDriveTimeReportParameters, BenchmarkReportParameters, CoreDevelopSegmentsParameters, CustomerDemographicComparisonParameters, CustomerDemographicProfileParameters, CustomerGeographicSummaryParameters, GamePlanChartParameters, MatchLevelSummaryReportParameters, MultiProfileBarChartParameters, PointsInPolygonReportParameters, ProfileComparisonChartParameters, ReportFromProfileParameters, TapestryProfileReportParameters, UnderstandingTargetCustomersParameters

The StandardReportParameters class is the base class for Business Analyst Server tasks producing a standard report only.



Public Properties
 PropertyDefined By
 InheritedactiveDatasetID : String
Active dataset ID.
BATaskParameters
  outputReportItem : FolderItem
Configuration options for storing the output report in the repository.
StandardReportParameters
 InheritedoutputTypes : OutputTypes
Task output types.
BATaskParameters
 InheritedresultType : BAResultType
[read-only] Type of the result returned by the task associated with these parameters.
BATaskParameters
 InheritedstandardReportOptions : ReportOptions
Standard report options.
StandardReportParameters
 InheritedtaskName : String
[read-only] Name of a Community Analyst Task associated with these parameters.
BATaskParameters
Public Methods
 MethodDefined By
  
StandardReportParameters(taskName:String)
Creates a new instance of the StandardReportParameters class.
StandardReportParameters
Property Detail
outputReportItemproperty
outputReportItem:FolderItem

Configuration options for storing the output report in the repository.


Implementation
    public function get outputReportItem():FolderItem
    public function set outputReportItem(value:FolderItem):void
Constructor Detail
StandardReportParameters()Constructor
public function StandardReportParameters(taskName:String)

Creates a new instance of the StandardReportParameters class.

Parameters
taskName:String — Name of a Business Analyst Server task associated with this instance.