OnGetScriptObject Method (C1FlexReport)
'Declaration
Protected Overridable Function OnGetScriptObject( _
ByVal As String _
) As Object
protected virtual object OnGetScriptObject(
string
)
Parameters
- name
- The name of object.
Return Value
Returns the object associated with specified name.