Hide Table of Contents
Class: ReportDataGroup

Description

The ReportDataGroup class aggregates the report results into user defined categories.

Class hierarchy

esri.WorkflowManager.SupportClasses.ReportDataGroup()

Properties

NameTypeSummary
aggregateLabelstringThe name of the category, eg. Total Jobs.
aggregateValuestringThe value of the aggregate.
rowstring[]The rows that contain the data returned.
valuestringThe data values in the row.
Property Details

<string> aggregateLabel

The name of the category..

<string> aggregateValue

The value of the aggregate.

<string[]> row

The rows that contain the data returned.

<string> value

The data values in the row.

<JobTypeState> state

The state of the job type.