TeamDynamix.Api.Reporting.Report.DataRows

The rows of data retrieved for the report.

Data Type and Notes

Dictionary<String, Object>[] Nullable

Value

The rows of data retrieved for the report, or null if report data is not being retrieved.

Each data row is a collection of key-value pairs. Each key should correspond with a column name and/or a sorting column name referenced by one of the report's displayed columns.