ActiveReports.Chart Request technical support
SetAutoScrollMargin Method
See Also 


x
y

Syntax

Visual Basic (Declaration) 
Public Sub SetAutoScrollMargin( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim x As Integer
Dim y As Integer
 
instance.SetAutoScrollMargin(x, y)
C# 
public void SetAutoScrollMargin( 
   int x,
   int y
)

Parameters

x
y

See Also