OLAPFilter object
Returns the filter to which the filter has been applied.
Read only, String
This example shows how to return the dimension to which the filter has been applied.
if (Sections["Query"].Filters[1].Dimension == "Product") { // There is a filter on the Product dimension }