[]
Represents a value with an associated label. Both label and value can be specified as constants or as expressions.
public class ReportLabeledValue
| Name | Description |
|---|---|
| ReportLabeledValue() | Initializes a new instance of the ReportLabeledValue class. |
| ReportLabeledValue(object, string) | Initializes a new instance of the ReportLabeledValue class. |
| 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. |
| Name | Description |
|---|---|
| AssignFrom(ReportLabeledValue) | Assigns (copies) properties from another ReportLabeledValue to the current object. |