ArcGIS Pro 2.6 API Reference Guide
StatisticalReportFieldFormat Enumeration

ArcGIS.Core.CIM Namespace : StatisticalReportFieldFormat Enumeration
How to display values of the field in reports.
Syntax
public enum StatisticalReportFieldFormat : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum StatisticalReportFieldFormat 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Count Regular value (numeric or text).
Currency The value is a currency and should be displayed using the rules for currencies.
Percent It is a percentage value and it should displayed using the rules for percentage values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.StatisticalReportFieldFormat

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace