[]
        
(Showing Draft Content)

C1.WPF.Report.CalculatedField.-ctor

CalculatedField Constructor

CalculatedField()

Initializes a new instance of the CalculatedField class.

Declaration
public CalculatedField()

CalculatedField(string, Type, string)

Initializes a new instance of the CalculatedField class.

Declaration
public CalculatedField(string name, Type type, string expression)
Parameters
Type Name Description
string name

The name of the calculated field, should be unique.

Type type

The type of value of the calculated field.

string expression

The VBScript expression used to calculate value of field.