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

In This Topic
    KeepWithGroup Property
    In This Topic
    Gets or sets a value indicates whether this static member should be kept on the page (if possible) with the closest non-hidden instance of the previous or following sibling dynamic member.

    Each sibling member between this member and the target dynamic member must have the same value for KeepWithGroup as this member. Must be None on column members, dynamic members or members with dynamic descendants.

    Syntax
    'Declaration
     
    Public Property KeepWithGroup As KeepWithGroup
    public KeepWithGroup KeepWithGroup {get; set;}
    See Also