Hide Table of Contents
Class: ReportData

Description

The ReportData class generates the result of a report after it has been executed.

Class hierarchy

esri.WorkflowManager.SupportClasses.ReportData()

Properties

NameTypeSummary
columnsstring[]The columns returned as part of the report.
descriptionstringA description of the report.
groupsReportDataGroup[]The aggregation of the data into subcategories.
hierachystringThe category which the report belongs to.
titlestringThe title that appears at that top of the report.
Property Details

<string[]> columns

The columns returned as part of the report.

<string> description

A description of the report.
The aggregation of the data into subcategories.

<string> hierachy

The category which the report belongs to.

<string> title

The title that appears at the top of the report.