Class PivotItem

PivotItem class

Represents a item in a PivotField report.

public class PivotItem

Properties

NameDescription
Index { get; set; }Gets the index of the pivot item in the pivot field
IsHidden { get; set; }Gets and Sets whether the pivot item is hidden.
IsHideDetail { get; set; }Gets and Sets whether the pivot item hides detail.
IsMissing { get; }Indicates whether the item has a missing value.
Name { get; }Gets the name of the pivot item.
Position { set; }Specifying the position index in all the PivotItems,not the PivotItems under the same parent node.
PositionInSameParentNode { set; }Specifying the position index in the PivotItems under the same parent node.
Value { get; }Gets the value of the pivot item

Methods

NameDescription
GetDateTimeValue()Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue
GetDoubleValue()Gets the double value of the pivot item If the value is null or not number ,it will return 0
GetStringValue()Gets the string value of the pivot item If the value is null, it will return ""
Move(int, bool)Moves the item up or down

See Also