ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ExpressionInfoExtensions Class / IsDataTime Method

In This Topic
    IsDataTime Method
    In This Topic
    Indicates that the expression must be computed before the rendering begins
    Syntax
    'Declaration
     
    Public Shared Function IsDataTime( _
       ByVal e As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo _
    ) As Boolean
    public static bool IsDataTime( 
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo e
    )

    Parameters

    e

    Return Value

    true, if expression must be computed before the rendering begins
    See Also