Version

Member Constructor(String,String,String,String,String,Int32,ILevel,Int32,Boolean,Boolean,Boolean,Int32)

Syntax
'Declaration
 
Protected Friend Function New( _
   ByVal name As String, _
   ByVal uniqueName As String, _
   ByVal caption As String, _
   ByVal parentUniqueName As String, _
   ByVal levelName As String, _
   ByVal levelDepth As Integer, _
   ByVal parentLevel As Infragistics.Olap.Data.ILevel, _
   ByVal childCount As Integer, _
   ByVal drilledDown As Boolean, _
   ByVal parentSameAsPrevious As Boolean, _
   ByVal isTotal As Boolean, _
   ByVal uniqueId As Integer _
)
protected internal Member( 
   string name,
   string uniqueName,
   string caption,
   string parentUniqueName,
   string levelName,
   int levelDepth,
   Infragistics.Olap.Data.ILevel parentLevel,
   int childCount,
   bool drilledDown,
   bool parentSameAsPrevious,
   bool isTotal,
   int uniqueId
)

Parameters

name
uniqueName
caption
parentUniqueName
levelName
levelDepth
parentLevel
childCount
drilledDown
parentSameAsPrevious
isTotal
uniqueId
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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