PivotItem class

PivotItem class

Represents a item in a PivotField report.

The PivotItem type exposes the following members:

Properties

PropertyDescription
is_hiddenGets and Sets whether the pivot item is hidden.
is_hide_detailGets and Sets whether the pivot item hides detail.
is_missingIndicates whether the item has a missing value.
valueGets the value of the pivot item
nameGets the name of the pivot item.
indexGets the index of the pivot item in the pivot field

Methods

MethodDescription
moveMoves the item up or down
get_string_valueGets the string value of the pivot item
If the value is null, it will return ""
get_double_valueGets the double value of the pivot item
If the value is null or not number ,it will return 0
get_date_time_valueGets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue

See Also