ReportField.TotalType

The total type for the field:

  • "N" = no totaling
  • "S" = sum
  • "C" = count
  • "B" = count distinct
  • "A" = average
  • "L" = lowest
  • "H" = highest
  • "D" = standard deviation
  • "V" = variance
public string TotalType { get; set; }

See also:

Class ReportField

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic