_Chart.ShowReportFilterFieldButtons Property

Definition

Gets or sets whether to display the report filter field buttons on a PivotChart.

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

Property Value

true if the report filter field buttons on a PivotChart should be displayed; otherwise, false.

Remarks

Read/write.

Set the ShowReportFilterFieldButtons property to true to display the Report Filter Field buttons on the specified PivotChart. 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, which is available when a PivotChart is selected.

Applies to