ActiveReports 12
AutoScrollMargin Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer 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

Viewer Class
Viewer Members