[]
Represents a data value element that defines a collection of data values for a single data point in a chart or custom report item.
public sealed class DataValue : IValidateable
| Name | Description |
|---|---|
| DataValue() | Initializes a new instance of the DataValue class. |
| Name | Description |
|---|---|
| Name | Gets or sets a name expression for the data value. |
| Value | Gets or sets the value expression for the data point. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the ReportItem object. |