[]
        
(Showing Draft Content)

C1.Report.ReportLabeledValue.-ctor

ReportLabeledValue Constructor

ReportLabeledValue()

Initializes a new instance of the ReportLabeledValue class.

Declaration
public ReportLabeledValue()
Public Sub New()

ReportLabeledValue(object, string)

Initializes a new instance of the ReportLabeledValue class.

Declaration
public ReportLabeledValue(object value, string label)
Public Sub New(value As Object, label As String)
Parameters
Type Name Description
object value

The constant value of ReportLabeledValue.

string label

The constant label of ReportLabeledValue.