Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns the type of calculation used to summarize a data field.  The available types include: Sum, Count, Average, Max, Min, Product, Count, Numbers, StdDev, StdDevp, Var and Varp.

Signature
C#
C#
 public SummarizeByType SummarizeBy{ get; set; }

...