_Chart.ShowAllFieldButtons 属性

定义

获取或设置是否在数据透视图上显示所有字段按钮。

public:
 property bool ShowAllFieldButtons { bool get(); void set(bool value); };
public bool ShowAllFieldButtons { get; set; }
Public Property ShowAllFieldButtons As Boolean

属性值

如果应显示数据透视图上的所有字段按钮,则为 true;否则为 false

注解

读/写。

ShowAllFieldButtons 属性设置为 true 以在指定的数据透视图上显示所有字段按钮。 将 属性设置为 false 可隐藏所有字段按钮。

属性 ShowAllFieldButtons 对应于“分析”选项卡的“字段按钮”下拉列表上的“全部隐藏”命令,该命令在选择数据透视图时可用。

适用于