Indicates whether the object can be split horizontally if it falls on a page break.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use SplitHorzBehavior instead")] public bool CanSplitHorz { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use SplitHorzBehavior instead")> _ Public Property CanSplitHorz As Boolean Get Set |