ActiveReports 13
Bounds Property (ReportExplorer)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : Bounds Property
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
Syntax
'Declaration
 
Public Property Bounds As Rectangle
public Rectangle Bounds {get; set;}

Property Value

A System.Drawing.Rectangle in pixels relative to the parent control that represents the size and location of the control including its nonclient elements.
See Also

Reference

ReportExplorer Class
ReportExplorer Members