Version

fnRemovePivotItem Method

Internal proxy method that removes the pivot item from the source area of the IOlapViewModel
Syntax
'Declaration
 
Protected Function fnRemovePivotItem( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object _
) As System.Object
protected System.object fnRemovePivotItem( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId
)
protected: System.Object* fnRemovePivotItem( 
   System.Object* oSourcePivotAreaName,
   System.Object* oPivotItemId
) 

Parameters

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