Contents

Summary

Contains information about a Report Builder report and optionally its data.

Properties

Name Type Nullable? Summary
Description String This field is nullable. The description of the report.
MaxResults Int32 The maximum number of results that can be returned by the report.
DisplayedColumns TeamDynamix.Api.Reporting.DisplayColumn[] This field is nullable. The columns displayed in the report.
SortOrder TeamDynamix.Api.Reporting.OrderByColumn[] This field is nullable. The columns used to sort the rows in the report.
ChartType String This field is nullable. The type of the chart/graph that is configured for the report.
ChartSettings TeamDynamix.Api.Reporting.ChartSetting[] This field is nullable. The chart settings associated with the report.
DataRows Dictionary<String, Object>[] This field is nullable. The rows of data retrieved for the report.
ID Int32 The ID of the report.
Name String The name of the report.
CreatedUid Guid This field is nullable. The UID of the report's owning user.
CreatedFullName String The full name of the report's owning user.
CreatedDate DateTime The created date of the report.
OwningGroupID Int32 This field is nullable. The ID of the report's owning group.
OwningGroupName String The name of the report's owning group.
SystemAppName String The system name of the application containing the report.
PlatformAppID Int32 The ID of the platform application containing the report.
PlatformAppName String This field is nullable. The name of the platform application containing the report.
ReportSourceID Int32 The ID of the report source associated with the report.
ReportSourceName String The name of the report source associated with the report.
Uri String The URI to retrieve the full details of the report via the web API.