Version

GetCollection Method

Returns the collection of items in the specified pivot area of the IOlapViewModel
Syntax
'Declaration
 
Protected Function GetCollection( _
   ByVal pivotArea As OlapViewModelProxy.PivotAreaNames _
) As System.Object
protected System.object GetCollection( 
   OlapViewModelProxy.PivotAreaNames pivotArea
)
protected: System.Object* GetCollection( 
   OlapViewModelProxy.PivotAreaNames pivotArea
) 

Parameters

pivotArea
The specified pivot area of the IOlapViewModel

Return Value

Collection of items in the specified pivot area 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