ComponentOne FlexReport for WinForms
GetObjectByName Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > IReportScriptContext Interface : GetObjectByName Method
The name of the object to get.
Retrieves an object by its name.
Syntax
'Declaration
 
Function GetObjectByName( _
   ByVal name As System.String _
) As System.Object
System.object GetObjectByName( 
   System.string name
)

Parameters

name
The name of the object to get.

Return Value

The named object.
See Also

Reference

IReportScriptContext Interface
IReportScriptContext Members