Page tree

Versions Compared

Key

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

...

Wiki Markup
{introducedin: 8.3

...

Description

Excerpt

The 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 FieldCollection.

Signature
C#C#
}
{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}
{signature:vb.net
vb.net
}Public NotInheritable Class PivotTableField
Properties

...

Name

...

Description

...

BaseField

...

BaseItemIndex

...

BaseItemNext

...

BaseItemPrevious

...

DisplayName

...

DisplaySubtotalsAtTop

...

FieldType

...

IsValuesLabel

...

NumberFormat

...

ShowValueAsType

...

SortOptions

...

SummarizeBy

...

SummarizeByType

...

Source

...

Methods

...

Name

...

Description

...

SetShowValueAs()

...

{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-includeShowValueAs|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} |