FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportLabeledValue Class / ReportLabeledValue Constructor / ReportLabeledValue Constructor(Object,String)
The constant value of ReportLabeledValue.
The constant label of ReportLabeledValue.

In This Topic
    ReportLabeledValue Constructor(Object,String)
    In This Topic
    Initializes a new instance of the ReportLabeledValue class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal label As String _
    )
    public ReportLabeledValue( 
       object value,
       string label
    )

    Parameters

    value
    The constant value of ReportLabeledValue.
    label
    The constant label of ReportLabeledValue.
    See Also