ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / Range Class / Range Constructor
The boundary value of the range.
The fill style used to draw the range.

In This Topic
    Range Constructor
    In This Topic
    Initializes a new instance of the Range class with the specified boundary value and fill style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal boundValue As Double, _
       ByVal fillStyle As FillStyle _
    )
    public Range( 
       double boundValue,
       FillStyle fillStyle
    )

    Parameters

    boundValue
    The boundary value of the range.
    fillStyle
    The fill style used to draw the range.
    Exceptions
    ExceptionDescription
    Thrown when fillStyle is null.
    See Also