Version

ValidateAreaItem Method

Validates the item to be added to the specified target area since only items of certain types can be added to certain areas of the IOlapViewmodel
Syntax
'Declaration
 
Protected Sub ValidateAreaItem( _
   ByVal tgtAreaName As OlapViewModelProxy.PivotAreaNames, _
   ByVal oAreaItem As Infragistics.Olap.IAreaItemViewModel _
) 
protected void ValidateAreaItem( 
   OlapViewModelProxy.PivotAreaNames tgtAreaName,
   Infragistics.Olap.IAreaItemViewModel oAreaItem
)
protected: void ValidateAreaItem( 
   OlapViewModelProxy.PivotAreaNames tgtAreaName,
   Infragistics.Olap.IAreaItemViewModel* oAreaItem
) 

Parameters

tgtAreaName
The specified target area of the IOlapViewmodel
oAreaItem
The item to be added to the specified target 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