Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{introducedin: 8.4}
{description}
{excerpt}
The [EW8:PivotTableField] represents a single field in a Pivot Table.  This can be a row label, column label, data field (or value field) or a page field (or report filter).  To get a {{PivotTableField}} object, use a [EW8:FieldCollection].
{excerpt}
{signature:C#} public sealed class PivotTableField
{signature}
{signature:vb.net}Public NotInheritable Class PivotTableField
{signature}
{properties}
|| Name || Description ||
| [DisplayName|EW8:PivotTableField.DisplayName] | {excerpt-include:PivotTableField.DisplayName|nopanel=true} |
| [DisplaySubtotalsAtTop|EW8:PivotTableField.DisplaySubtotalsAtTop] | {excerpt-include:PivotTableField.DisplaySubtotalsAtTop|nopanel=true} |
| [FieldType|EW8:PivotTableField.FieldType] | {excerpt-include:PivotTableField.FieldType|nopanel=true} |
| [IsValuesLabel|PivotTableField.IsValuesLabel] | {excerpt-include:PivotTableField.IsValuesLabel|nopanel=true} |
| [NumberFormat|EW8:PivotTableField.NumberFormat] | {excerpt-include:PivotTableField.NumberFormat|nopanel=true} |
| [ShowValueAs|EW8:ShowValueAs] | {excerpt-include:ShowValueAs|nopanel=true} |
| [SortOptions|EW8:SortOptions] | {excerpt-include:SortOptions|nopanel=true} |
| [SummarizeBy|EW8:PivotTableField.SummarizeBy] | {excerpt-include:PivotTableField.SummarizeBy|nopanel=true} |
| [SummarizeByType|EW8:PivotTableField.SummarizeByType] | {excerpt-include:PivotTableField.SummarizeByType|nopanel=true} |
| [Source|EW8:PivotTableField.Source] | {excerpt-include:PivotTableField.Source|nopanel=true} |