ChartSheet.ShowReportFilterFieldButtons Property

Definition

Gets or sets whether to display the report filter field buttons on a PivotChart that is displayed on the ChartSheet.

public:
 property bool ShowReportFilterFieldButtons { bool get(); void set(bool value); };
public bool ShowReportFilterFieldButtons { get; set; }
member this.ShowReportFilterFieldButtons : bool with get, set
Public Property ShowReportFilterFieldButtons As Boolean

Property Value

true to display the report filter field buttons on the specified PivotChart; otherwise, false.

Exceptions

This property is used in an Excel 2007 project.

Remarks

Set the ShowReportFilterFieldButtons property to true to display the Report Filter Field buttons on the specified PivotChart that is displayed on the ChartSheet. Set the property to false to hide the buttons.

The ShowReportFilterFieldButtons property corresponds to the Show Report Filter Field Buttons command on the Field Buttons drop-down list of the Analyze tab in Excel, which is available when a PivotChart is selected.

Note

This property appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this property cannot be used in Excel 2007 projects.

Applies to