ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / Range Class / Range Constructor

In This Topic
    Range Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal boundValue As Double, _
       ByVal fillStyle As FillStyle _
    )
    public Range( 
       double boundValue,
       FillStyle fillStyle
    )

    Parameters

    boundValue
    fillStyle
    See Also