Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / KeepWithGroup Enumeration

In This Topic
    KeepWithGroup Enumeration
    In This Topic
    Specifies the rules for keeping a tablix member together with another member.
    Syntax
    'Declaration
     
    Public Enum KeepWithGroup 
       Inherits System.Enum
    public enum KeepWithGroup : System.Enum 
    Members
    MemberDescription
    AfterKeep the TablixMember with the following dynamic member.
    BeforeKeep the TablixMember with the previous dynamic member.
    NoneDo not keep the TablixMember with another member.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.KeepWithGroup

    See Also