Allows to manage quick filters.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface IQuickFilterManager |
| C# | |
|---|
public interface IQuickFilterManager |
Example
The following sample demonstrates how to show quick filter at the top left corner.
| C# | Copy Code |
|---|
string field = "[Measures].[Order Count]";
pivotView.QuickFilters.Show(field);
pivotView.QuickFilters.GetCard(field).Order = 0; |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also