ComponentOne FlexReport for WinForms
IsNameDefined Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > IReportScriptContext Interface : IsNameDefined Method
The name to test.
Tests whether the specified name exists in the current context. If a certain name is defined by the context (i.e. this method returns true), the named object will be retrieved from the context even if a similarly named object already exists.
Syntax
'Declaration
 
Function IsNameDefined( _
   ByVal name As System.String _
) As System.Boolean
System.bool IsNameDefined( 
   System.string name
)

Parameters

name
The name to test.

Return Value

True if the name exists in the context, false otherwise.
See Also

Reference

IReportScriptContext Interface
IReportScriptContext Members