FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / LabeledValue Class / LabeledValue Constructor
Value represented by the LabeledValue class.
Label of value.

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

    Parameters

    value
    Value represented by the LabeledValue class.
    label
    Label of value.
    See Also