| Package | com.esri.baserver.tasks |
| Class | public class StandardReportParameters |
| Inheritance | StandardReportParameters StandardReportParameters BATaskParameters Object |
| Subclasses | AverageDriveTimeReportParameters, BenchmarkReportParameters, CoreDevelopSegmentsParameters, CustomerDemographicComparisonParameters, CustomerDemographicProfileParameters, CustomerGeographicSummaryParameters, GamePlanChartParameters, MatchLevelSummaryReportParameters, MultiProfileBarChartParameters, PointsInPolygonReportParameters, ProfileComparisonChartParameters, ReportFromProfileParameters, TapestryProfileReportParameters, UnderstandingTargetCustomersParameters |
| Property | Defined By | ||
|---|---|---|---|
![]() | activeDatasetID : String
Active dataset ID. | BATaskParameters | |
| outputReportItem : FolderItem
Configuration options for storing the output report in the repository. | StandardReportParameters | ||
![]() | outputTypes : OutputTypes
Task output types. | BATaskParameters | |
![]() | resultType : BAResultType [read-only]
Type of the result returned by the task associated with these parameters. | BATaskParameters | |
![]() | standardReportOptions : ReportOptions
Standard report options. | StandardReportParameters | |
![]() | taskName : String [read-only]
Name of a Community Analyst Task associated with these parameters. | BATaskParameters | |
| Method | Defined By | ||
|---|---|---|---|
StandardReportParameters(taskName:String)
Creates a new instance of the StandardReportParameters class. | StandardReportParameters | ||
| outputReportItem | property |
outputReportItem:FolderItemConfiguration options for storing the output report in the repository.
public function get outputReportItem():FolderItem public function set outputReportItem(value:FolderItem):void| StandardReportParameters | () | Constructor |
public function StandardReportParameters(taskName:String)Creates a new instance of the StandardReportParameters class.
ParameterstaskName:String — Name of a Business Analyst Server task associated with this instance.
|