Version

MovePivotItem(Object,Object,Object,Object) Method

Moves the pivot item from the source area to the target area of the IOlapViewModel at the target index. If the target index is not specified, the item is moved to the end of the existing collection of the target area
Syntax
'Declaration
 
Public Sub MovePivotItem( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object, _
   ByVal oTargetPivotAreaName As System.Object, _
   Optional ByVal iTargetIndex As System.Object _
) 
public void MovePivotItem( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId,
   System.object oTargetPivotAreaName,
   System.object iTargetIndex
)
public: void MovePivotItem( 
   System.Object* oSourcePivotAreaName,
   System.Object* oPivotItemId,
   System.Object* oTargetPivotAreaName,
   System.Object* iTargetIndex
) 

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 moved
oTargetPivotAreaName
Name of the target area of IOlapViewModel to which the item needs to be moved
iTargetIndex
Index of the target area at which the item needs to be moved
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