...
Introducedin | ||
---|---|---|
|
...
|
Description |
---|
Excerpt |
---|
Sets or returns the type of calculation used to summarize a data field. The available types are determined by |
Signature | ||||
---|---|---|---|---|
| ||||
public SummarizeByType SummarizeBy{ get; set; }
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Property SummarizeBy() As SummarizeByType
{signature}
{example}{code:csharp|title=C#} |
Example | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Remarks |
---|
Data fields are set to 'SUM' by default for all data types. This property cannot be set on values labels and such fields will return {{
by default. You can check if a PivotTable field is values label with the {{[ |EW8:PivotTableField.IsValuesLabel]}}property {remarks} |