[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Field.-ctor

Field Constructor

Field()

Initializes a new instance of the Field class.

Declaration
public Field()

Field(string, string, ExpressionInfo)

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

Declaration
public Field(string name, string dataField, ExpressionInfo value)
Parameters
Type Name Description
string name

A string value indicating the name to use for the field.

string dataField

A string value indicating the data field to use.

ExpressionInfo value

A ExpressionInfo object that evaluates to the value of the field.