Version

CloseFilterDialog Method

Closes the filter dialog of the pivot item of the specified area of IOlapViewModel
Syntax
'Declaration
 
Public Sub CloseFilterDialog( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object _
) 
public void CloseFilterDialog( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId
)
public: void CloseFilterDialog( 
   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 closed
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