ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Expressions Namespace / EvalServiceExtension Class / EvaluateLength Method

In This Topic
    EvaluateLength Method
    In This Topic
    Evaluate as length.
    Syntax
    'Declaration
     
    Public Shared Function EvaluateLength( _
       ByVal evaluator As IExpressionEvaluatorService, _
       ByVal exp As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
       ByVal defVal As String _
    ) As String
    public static string EvaluateLength( 
       IExpressionEvaluatorService evaluator,
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo exp,
       string defVal
    )

    Parameters

    evaluator
    exp
    defVal
    See Also