[]
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.
public class BoundLabeledValues
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 FlexReport owning this BoundLabeledValues object. |
ValueExpression | Gets the expression used to calculate a value. |
Name | Description |
---|---|
AssignFrom(BoundLabeledValues) | Assigns (copies) properties from another BoundLabeledValues to the current object. |