ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace / Eval.IContext Interface / Data Property

In This Topic
    Data Property (Eval.IContext)
    In This Topic
    Gets a data over which the expression is to be evaluated.
    Syntax
    'Declaration
     
    ReadOnly Property Data As RecordSet
    RecordSet Data {get;}

    Property Value

    The data as a GrapeCity.Enterprise.Data.DataEngine.RecordSet, which can represent a collection of records or a single record.
    See Also