ActiveReports 12
MinimumSize Property (ReportExplorer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : MinimumSize Property
Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.
Syntax
'Declaration
 
Public Overridable Property MinimumSize As Size
public virtual Size MinimumSize {get; set;}

Property Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
See Also

Reference

ReportExplorer Class
ReportExplorer Members