[]
        
(Showing Draft Content)

C1.Report.CalculatedField.-ctor

CalculatedField Constructor

CalculatedField()

Initializes a new instance of the CalculatedField class.

Declaration
public CalculatedField()
Public Sub New()

CalculatedField(string, Type, string)

Initializes a new instance of the CalculatedField class.

Declaration
public CalculatedField(string name, Type type, string expression)
Public Sub New(name As String, type As Type, expression As String)
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.