ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlBool Class / RdlBool Constructor / RdlBool Constructor(Boolean)
The constant Boolean value.

In This Topic
    RdlBool Constructor(Boolean)
    In This Topic
    Initializes a new instance of the RdlBool class with a constant value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Boolean _
    )
    public RdlBool( 
       System.bool value
    )

    Parameters

    value
    The constant Boolean value.
    See Also