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.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool CollideOnRun { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CollideOnRun As Boolean |
true to enable; otherwise, false.
See Also