Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Introduced in build 8.4

Description

Returns the type of calculation used to determine the displayed value of a data field. The available types are determined by ShowValueAs.ShowValueAsType.

C#
public ShowValueAsType ValueType{ get; }
vb.net
Public Property ValueType() As ShowValueAsType

Remarks

Value fields always return ShowValueAsType.Normal. You can check if a Pivot Table field is a value field with the IsValuesLabel Property

This is set using SetShowValueAs().
When calling SetShowValueAs(), certain ShowValueAsTypes use a source field as a base field and an index for one of the values in the data source column associated with the source field.

  • No labels