ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo BindingExpression {get; set;}
    See Also