Enum KeepWithGroup
Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.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. |