ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / RulePropertyConfig Class / RulePropertyConfig Constructor

In This Topic
    RulePropertyConfig Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal property As RuleProperty, _
       ByVal expressionEvaluator As IExpressionEvaluatorService _
    )
    public RulePropertyConfig( 
       RuleProperty property,
       IExpressionEvaluatorService expressionEvaluator
    )

    Parameters

    property
    expressionEvaluator
    See Also