Specifies the rules for keeping a tablix member together with another member.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum KeepWithGroup
Visual Basic
Public Enumeration KeepWithGroup

Members

Member nameDescription
None Do not keep the TablixMember with another member.
Before Keep the TablixMember with the previous dynamic member.
After Keep the TablixMember with the following dynamic member.

See Also