ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapBindingFieldPair Class / BindingExpression Property

In This Topic
    BindingExpression Property
    In This Topic
    An expression that is evaluated for each inner most group instance and is compared to the field value.
    Syntax
    'Declaration
     
    Public Property BindingExpression As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo BindingExpression {get; set;}
    See Also