[]
        
(Showing Draft Content)

C1.Report.ReportLabeledValue.-ctor

ReportLabeledValue Constructor

ReportLabeledValue()

Initializes a new instance of the ReportLabeledValue class.

Declaration
public ReportLabeledValue()

ReportLabeledValue(object, string)

Initializes a new instance of the ReportLabeledValue class.

Declaration
public ReportLabeledValue(object value, string label)
Parameters
Type Name Description
object value

The constant value of ReportLabeledValue.

string label

The constant label of ReportLabeledValue.