Version

GetItemHeader Method (OlapViewModelProxy)

Returns the header of the input item
Syntax
'Declaration
 
Protected Overridable Function GetItemHeader( _
   ByVal oItem As System.Object _
) As System.String
protected virtual System.string GetItemHeader( 
   System.object oItem
)
protected: virtual System.string* GetItemHeader( 
   System.Object* oItem
) 

Parameters

oItem
The input item

Return Value

Header of the input item
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