C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / OnGetScriptObject Method
The name of object.

In This Topic
OnGetScriptObject Method (C1FlexReport)
In This Topic
Raises the GetScriptObject event.
Syntax
'Declaration
 
Protected Overridable Function OnGetScriptObject( _
   ByVal name As String _
) As Object
 

Parameters

name
The name of object.

Return Value

Returns the object associated with specified name.
See Also