Version

RemovePivotItem(Object,Object) Method

Removes the pivot item from the source area of the IOlapViewModel
Syntax
'Declaration
 
Public Overloads Sub RemovePivotItem( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object _
) 
public void RemovePivotItem( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId
)
public: void RemovePivotItem( 
   System.Object* oSourcePivotAreaName,
   System.Object* oPivotItemId
) 

Parameters

oSourcePivotAreaName
Name of the source area of IOlapViewModel from which the item needs to be removed
oPivotItemId
Identofoer of the pivot item that needs to be removed
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