ActiveReports 13
Location Property (ReportItemDesignerBase)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Dashboard.Design Namespace > ReportItemDesignerBase Class : Location Property
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Syntax
'Declaration
 
Public Property Location As Point
public Point Location {get; set;}

Property Value

The System.Drawing.Point that represents the upper-left corner of the control relative to the upper-left corner of its container.
See Also

Reference

ReportItemDesignerBase Class
ReportItemDesignerBase Members