ComponentOne FlexReport for WinForms
CalculatedField Constructor(String,Type,String)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > CalculatedField Class > CalculatedField Constructor : CalculatedField Constructor(String,Type,String)
The name of the calculated field, should be unique.
The type of value of the calculated field.
The VBScript expression used to calculate value of field.
Initializes a new instance of the CalculatedField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal type As System.Type, _
   ByVal expression As System.String _
)
public CalculatedField( 
   System.string name,
   System.Type type,
   System.string expression
)

Parameters

name
The name of the calculated field, should be unique.
type
The type of value of the calculated field.
expression
The VBScript expression used to calculate value of field.
See Also

Reference

CalculatedField Class
CalculatedField Members
Overload List