Version

AddPivotItem(Object,Object,Object) Method

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

Parameters

oPivotItemId
Identifier of the pivot item that needs to be added
oTargetPivotAreaName
Name of the target area of IOlapViewModel to which the item needs to be added
iTargetIndex
Index of the target area at which the item needs to be added
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