Version

GetAreaItemHeaders Method

Returns the headers of all the items in the specified pivot area collection
Syntax
'Declaration
 
Protected Function GetAreaItemHeaders( _
   ByVal areaCollection As Infragistics.Olap.AreaItemsCollection _
) As System.String
protected System.string GetAreaItemHeaders( 
   Infragistics.Olap.AreaItemsCollection areaCollection
)
protected: System.string* GetAreaItemHeaders( 
   Infragistics.Olap.AreaItemsCollection* areaCollection
) 

Parameters

areaCollection
The specified pivot area collection

Return Value

Headers of all the items in the specified pivot area collection
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