[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.IDynamicObject

IDynamicObject Interface

Represents an object with late binding mechanism.

Namespace: GrapeCity.Enterprise.Data.Expressions.Evaluation
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public interface IDynamicObject

Methods

Name Description
GetValue(string)

Gets value of specified property.

Invoke(string, object[])

Invokes specified function.

Extension Methods