[]
        
(Showing Draft Content)

C1.Win.FlexReport.IReportScriptContext

IReportScriptContext Interface

Represents a local context for script evaluation and execution.

Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public interface IReportScriptContext

Methods

Name Description
GetObjectByName(string)

Retrieves an object by its name.

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.