OLAPFilter object
Sets or returns whether the Filters pane is visible in the data layout.
Read-write, Boolean
This example shows how to read and write the ShowFilter (Property)
if (Sections[“Query”].ShowFilters == true)
// The filters pane is visible
// Hide the filters pane
Sections[“Query”].ShowFilters = false;