MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / Def.TablixMember Class / Def.TablixMember Constructor
group
sorts
header
members

In This Topic
Def.TablixMember Constructor
In This Topic
Initializes a new instance of the Def.TablixMember class with the specified group, sorts, header and members
Syntax
'Declaration
 
Public Function New( _
   ByVal group As Def.Group, _
   ByVal sort As IEnumerable(Of Def.Sort), _
   ByVal header As Def.Content, _
   ByVal members As IEnumerable(Of Def.TablixMember) _
)
 

Parameters

group
group
sort
sorts
header
header
members
members
See Also