ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / StatisticalReportFieldFormat Enumeration

In This Topic
    StatisticalReportFieldFormat Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also