[]
        
(Showing Draft Content)

C1.Report.ReportLabeledValue

ReportLabeledValue Class

Represents a value with an associated label. Both label and value can be specified as constants or as expressions.

Inheritance
ReportLabeledValue
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class ReportLabeledValue : IScriptContextProvider

Constructors

Name Description
ReportLabeledValue()

Initializes a new instance of the ReportLabeledValue class.

ReportLabeledValue(object, string)

Initializes a new instance of the ReportLabeledValue class.

Properties

Name Description
Label

Gets or sets the label of value.

Owner

Gets a ReportLabeledValues collection containing this object.

Parameter

Gets a ReportParameter object owning this object.

ParentReport

Gets a FlexReport object owning this object.

Value

Gets or sets the value.

Methods

Name Description
AssignFrom(ReportLabeledValue)

Assigns (copies) properties from another ReportLabeledValue to the current object.