Gets or sets a value indicating whether this data range contents are allowed to split across several pages.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public bool AllowSplit { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowSplit As Boolean |
true, to enable splitting of this DataRange across pages; false, to attempt to prevent this. The default is true.