[]
        
(Showing Draft Content)

C1.WPF.FlexReport.BoundLabeledValues

BoundLabeledValues Class

Represents the dynamic list of the labeled values, the count of values is defined by the count of records in the linked DataSource, ValueExpression used to calculated actual value, LabelExpression used to calculated a label of value.

Inheritance
BoundLabeledValues
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class BoundLabeledValues

Properties

Name Description
DataSource

Gets the DataSource used to build list of values.

DataSourceName

Gets or sets the name of the DataSource used to build list of values.

LabelExpression

Gets the expression used to calculate label of the value.

Owner

Gets a AllowedValuesDefinition object owning this BoundLabeledValues object.

Parameter

Gets a ReportParameter object owning this BoundLabeledValues object.

ParentReport

Gets a C1FlexReport owning this BoundLabeledValues object.

ValueExpression

Gets the expression used to calculate a value.

Methods

Name Description
AssignFrom(BoundLabeledValues)

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