Version

OpenFilterDialog Method

Opens the filter dialog of the pivot item of the specified area of IOlapViewModel
Syntax
'Declaration
 
Public Sub OpenFilterDialog( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object _
) 
public void OpenFilterDialog( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId
)
public: void OpenFilterDialog( 
   System.Object* oSourcePivotAreaName,
   System.Object* oPivotItemId
) 

Parameters

oSourcePivotAreaName
Name of the source area of IOlapViewModel containing the pivot item
oPivotItemId
Identifier of the pivot item whose filter dialog needs to be opened
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