Version

RemovePivotItem(AreaItemsCollection,IAreaItemViewModel) Method

Removes the pivot item from the specified collection of the IOlapViewmodel and returns the removed item
Syntax
'Declaration
 
Protected Overloads Function RemovePivotItem( _
   ByVal areaCollection As Infragistics.Olap.AreaItemsCollection, _
   ByVal pivotItem As Infragistics.Olap.IAreaItemViewModel _
) As System.Object
protected System.object RemovePivotItem( 
   Infragistics.Olap.AreaItemsCollection areaCollection,
   Infragistics.Olap.IAreaItemViewModel pivotItem
)
protected: System.Object* RemovePivotItem( 
   Infragistics.Olap.AreaItemsCollection* areaCollection,
   Infragistics.Olap.IAreaItemViewModel* pivotItem
) 

Parameters

areaCollection
Specified collection of the IOlapViewmodel
pivotItem
The pivot item to be removed

Return Value

The pivot item removed from the specified collection of the IOlapViewmodel
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