MindFusion.Reporting for Silverlight Programmer's Guide
DataRange.CollideOnRun Property
See Also
 





Gets or sets a value indicating whether this data range, when processed, would automatically adjust the position of the other items in the report. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool CollideOnRun { get; set; }

Visual Basic  Copy Code

Public Property CollideOnRun As Boolean

 Property Value

true to enable; otherwise, false.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting.Silverlight Namespace