[]
Initializes a new instance of the ReportLabeledValue class.
public ReportLabeledValue()
Public Sub New()
Initializes a new instance of the ReportLabeledValue class.
public ReportLabeledValue(object value, string label)
Public Sub New(value As Object, label As String)
| Type | Name | Description |
|---|---|---|
| object | value | The constant value of ReportLabeledValue. |
| string | label | The constant label of ReportLabeledValue. |