ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo BindingExpression {get; set;}
    See Also