ActiveReports 12
AutoScrollMargin Property (Designer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : AutoScrollMargin Property
Gets or sets the size of the auto-scroll margin.
Syntax
'Declaration
 
Public Property AutoScrollMargin As Size
public Size AutoScrollMargin {get; set;}

Property Value

A System.Drawing.Size that represents the height and width of the auto-scroll margin in pixels.
Exceptions
ExceptionDescription
The System.Drawing.Size.Height or System.Drawing.Size.Width value assigned is less than 0.
See Also

Reference

Designer Class
Designer Members