ActiveReports 13
SetAutoScrollMargin Method (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class : SetAutoScrollMargin Method
The System.Drawing.Size.Width value.
The System.Drawing.Size.Height value.
Sets the size of the auto-scroll margins.
Syntax
'Declaration
 
Public Sub SetAutoScrollMargin( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
public void SetAutoScrollMargin( 
   int x,
   int y
)

Parameters

x
The System.Drawing.Size.Width value.
y
The System.Drawing.Size.Height value.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members