[]
        
(Showing Draft Content)

C1.Report.IReportScriptContext.IsNameDefined

IsNameDefined Method

IsNameDefined(string)

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.

Declaration
bool IsNameDefined(string name)
Parameters
Type Name Description
string name

The name to test.

Returns
Type Description
bool

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