Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartMember Class / Group Property

In This Topic
    Group Property (ChartMember)
    In This Topic
    Gets the Group object defining data grouping. If Group is null, this is a static member (otherwise, this is a dynamic member). Not allowed if any ancestor group is a detail group.
    Syntax
    'Declaration
     
    Public ReadOnly Property Group As Group
    public Group Group {get;}
    See Also