Version

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

Initializes a new instance of the Member class.
Syntax
'Declaration
 
Public 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 _
)
public 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
)

Parameters

name
The name of the member.
uniqueName
The unique name of the member.
caption
The caption.
parentUniqueName
The unique name of the parent member.
levelName
The unique name of the parent level.
levelDepth
The level depth.
parentLevel
The parent level.
childCount
The child count.
drilledDown
Sets whether this member is drilled down.
parentSameAsPrevious
Sets whether the parent of this member is the same as the parent of the immediately preceding member.
isTotal
Sets whether this member is considered to be total.
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