Version

GetPivotItemToRemove Method

Returns the IAreaItemViewModel of the item that needs to be removed from the specified source area
Syntax
'Declaration
 
Protected Function GetPivotItemToRemove( _
   ByVal oSourcePivotAreaName As System.Object, _
   ByVal oPivotItemId As System.Object, _
   ByRef oAreaCollection As Infragistics.Olap.AreaItemsCollection _
) As Infragistics.Olap.IAreaItemViewModel
protected Infragistics.Olap.IAreaItemViewModel GetPivotItemToRemove( 
   System.object oSourcePivotAreaName,
   System.object oPivotItemId,
   out Infragistics.Olap.AreaItemsCollection oAreaCollection
)
protected: Infragistics.Olap.IAreaItemViewModel* GetPivotItemToRemove( 
   System.Object* oSourcePivotAreaName,
   System.Object* oPivotItemId,
   [PARAMFLAG::Out] Infragistics.Olap.AreaItemsCollection* oAreaCollection
) 

Parameters

oSourcePivotAreaName
Name of the source area from which the item needs to be removed
oPivotItemId
Identifier of the item which needs to be removed
oAreaCollection
Output parameter that contains the collection of items in the source area

Return Value

The IAreaItemViewModel of the item that needs to be removed from the specified source area
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