ActiveReports 12
AutoScrollOffset Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : AutoScrollOffset Property
Gets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control).
Syntax
'Declaration
 
Public Overridable Property AutoScrollOffset As Point
public virtual Point AutoScrollOffset {get; set;}

Property Value

A System.Drawing.Point specifying the scroll location. The default is the upper-left corner of the control.
See Also

Reference

Viewer Class
Viewer Members