GridPivotItem
GridPivotItem class
表示 PivotField 报表中的项目。
public class GridPivotItem
特性
姓名 | 描述 |
---|---|
Index { get; set; } | 获取枢轴字段中枢轴项的索引 |
IsHidden { get; set; } | 获取和设置枢轴项目是否隐藏。 |
Name { get; } | 获取数据透视项目的名称。 |
Value { get; } | 获取枢轴项的值 |
方法
姓名 | 描述 |
---|---|
GetDateTimeValue() | 获取pivot item的日期时间值 如果值为null,则返回DateTime.MinValue |
GetDoubleValue() | 获取pivot item的double值 如果值为null或者不是number,则返回0 |
GetStringValue() | 获取pivot item的字符串值 如果值为null,则返回"" |
Move(int) | 向上或向下移动项目。 |