MindFusion WinForms Programmer's Guide
DataRange.AllowSplit Property
See Also
 





Gets or sets a value indicating whether this data range contents are allowed to split across several pages.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool AllowSplit { get; set; }

Visual Basic  Copy Code

Public Property AllowSplit As Boolean

 Property Value

true, to enable splitting of this DataRange across pages; false, to attempt to prevent this. The default is true.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace