ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / DataValueType Class / Greater Than Operator

In This Topic
    Greater Than Operator (DataValueType)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator >( _
       ByVal left As DataValueType, _
       ByVal right As DataValueType _
    ) As Boolean
    public bool operator >( 
       DataValueType left,
       DataValueType right
    )

    Parameters

    left
    right
    See Also