[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataValue

DataValue Class

Represents a data value element that defines a collection of data values for a single data point in a chart or custom report item.

Inheritance
DataValue
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataValue : IValidateable

Constructors

Name Description
DataValue()

Initializes a new instance of the DataValue class.

Properties

Name Description
Name

Gets or sets a name expression for the data value.

Value

Gets or sets the value expression for the data point.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ReportItem object.

Extension Methods