'宣言 Protected Overridable Function OnGetScriptObject( _ ByVal name As System.String _ ) As System.Object
'使用法 Dim instance As FlexReport Dim name As System.String Dim value As System.Object value = instance.OnGetScriptObject(name)
protected virtual System.object OnGetScriptObject( System.string name )
パラメータ
- name
- The name of object.
戻り値の型
Returns the object associated with specified name.