hide_item_detail方法
hide_item_detail(self, index, is_hidden_detail)
设置数据透视字段中的特定 PivotItem 是否隐藏详细信息。
def hide_item_detail(self, index, is_hidden_detail):
    ...
| 范围 | 类型 | 描述 | 
|---|---|---|
| index | int | 枢轴字段 (pivotField) 中枢轴项 (pivotItem) 的索引。 | 
| is_hidden_detail | bool | 特定的 PivotItem 是否被隐藏 |