Dimension (Property)

Applies To:

OLAPFilter object

Description:

Returns the filter to which the filter has been applied.

Action:

Read only, String

Example:

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
}