Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Value Class / Value Constructor / Value Constructor(RdlObject)
Value of Value property.

In This Topic
    Value Constructor(RdlObject)
    In This Topic
    Initializes a new instance of the Value class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal v As RdlObject _
    )
    public Value( 
       RdlObject v
    )

    Parameters

    v
    Value of Value property.
    See Also