[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.KeepWithGroup

KeepWithGroup Enum

Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum KeepWithGroup

Fields

Name Description
After

Keep the static member on the same page as the next visible dynamic member.

Before

Keep the static member on the same page as the previous visible dynamic member.

None

Do not attempt to keep the static member on the same page as the previous or next visible dynamic member.

Extension Methods