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

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
 
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