ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace / IExpressionContext Interface
Members

In This Topic
    IExpressionContext Interface
    In This Topic
    Defines application context used to extend expression evaluation context.
    Object Model
    IExpressionContext Interface
    Syntax
    'Declaration
     
    Public Interface IExpressionContext 
       Inherits GrapeCity.Enterprise.Data.Expressions.Evaluation.IDynamicObject 
    public interface IExpressionContext : GrapeCity.Enterprise.Data.Expressions.Evaluation.IDynamicObject  
    Remarks
    This interface should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also