Gets or sets a value indicating whether table columns can split between
pages (you can override this value for individual columns using
CanSplit property). The default is false.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use ColsSplitBehavior instead.")] public bool ColsCanSplit { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use ColsSplitBehavior instead.")> _ Public Property ColsCanSplit As Boolean Get Set |