Enum SummaryType
Represents values that specify the type of summaries available.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum SummaryType
Fields
Name | Description |
---|---|
Average | The type of summary is average. |
Count | The type of summary is count. |
Expression | The type of summary is expression/ |
First | The type of summary is first. |
Last | The type of summary is last. |
Max | The type of summary is max. |
Min | The type of summary is min. |
String | The type of summary is string. |
Sum | The type of summary is sum. |