[]
        
(Showing Draft Content)

C1.WPF.FlexReport.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.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ReportLabeledValue

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 C1FlexReport 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.