[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Field

Field Class

Represents a Field element of a DataSet, containing information about a field within the data model of the report.

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

A Field must have either a DataField or Value property set, but not both.

Constructors

Name Description
Field()

Initializes a new instance of the Field class.

Field(string, string, ExpressionInfo)

Initializes a new instance of the Field class using a specified name, data field, and value.

Properties

Name Description
DataField

Gets or sets the name of the field in the query.

Name
<p>Gets or sets the name to use for the field within the report.
Value
<p>Gets or sets an expression that evaluates to the value of the field.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Field object.

Extension Methods