ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / KeepWithGroup Enumeration

In This Topic
    KeepWithGroup Enumeration
    In This Topic
    Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
    Syntax
    'Declaration
     
    Public Enum KeepWithGroup 
       Inherits System.Enum
    public enum KeepWithGroup : System.Enum 
    Members
    MemberDescription
    AfterKeep the static member on the same page as the next visible dynamic member.
    BeforeKeep the static member on the same page as the previous visible dynamic member.
    NoneDo not attempt to keep the static member on the same page as the previous or next visible dynamic member.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.KeepWithGroup

    See Also