ActiveReports 10
KeepWithGroup Enumeration

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : KeepWithGroup Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace