Search
ReportItem.Location Property
See Also
 





Gets or sets the position of this item relative to its parent element. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Location Location { get; set; }

Visual Basic  Copy Code

Public Property Location As Location

 Property Value

An instance of the Location structure specifying the position of the item.

 See Also