MindFusion.Reporting for Silverlight Programmer's Guide
ItemContainer.CanOverflow Property
See Also
 





Gets or sets a value indicating whether this container can split across several pages when laid out. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public bool CanOverflow { get; set; }

Visual Basic  Copy Code

Public Property CanOverflow As Boolean

 Property Value

true, if the container is allowed to split during report pagination; otherwise, false.

 See Also

ItemContainer Members
ItemContainer Class
MindFusion.Reporting.Silverlight Namespace