ActiveReports3 Request technical support
Edit Method
See Also 


parentWindow
Specifies the parent window of the Ole object instance.

Invokes the Ole server to edit the current embedded instance.

Syntax

Visual Basic (Declaration) 
Public Sub Edit( _
   ByVal parentWindow As IWin32Window _
) 
Visual Basic (Usage)Copy Code
Dim instance As OleObject
Dim parentWindow As IWin32Window
 
instance.Edit(parentWindow)
C# 
public void Edit( 
   IWin32Window parentWindow
)

Parameters

parentWindow
Specifies the parent window of the Ole object instance.

Remarks

End user report designer use only.

See Also