Description
The ReportData class generates the result of a report after it has been executed.
Class hierarchy
esri.WorkflowManager.SupportClasses.ReportData()
Properties
columns | string[] | The columns returned as part of the report. |
description | string | A description of the report. |
groups | ReportDataGroup[] | The aggregation of the data into subcategories. |
hierachy | string | The category which the report belongs to. |
title | string | The title that appears at that top of the report. |
Property Details
The columns returned as part of the report.
A description of the report.
The aggregation of the data into subcategories.
The category which the report belongs to.
The title that appears at the top of the report.