[]
        
(Showing Draft Content)

C1.Win.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
Implements
IOwnedObject
ICloneableObject
IC1Serializable
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ReportLabeledValue : IOwnedObject, ICloneableObject, IC1Serializable

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.