Class CalculatedField
Represents an user-defined field in a Data
Inheritance
System.Object
CalculatedField
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CalculatedField : INotifyPropertyChanged
Constructors
CalculatedField()
Declaration
public CalculatedField()
CalculatedField(String)
Declaration
public CalculatedField(string name)
Parameters
System.
|
CalculatedField(String, Type)
Declaration
public CalculatedField(string name, Type dataType)
Parameters
System.
|
System.
|
CalculatedField(String, Type, String)
Declaration
public CalculatedField(string name, Type dataType, string expression)
Parameters
System.
|
System.
|
System.
|
Properties
DataType
Gets or sets the data type of the CalculatedField
Declaration
public Type DataType { get; set; }
Property Value
System.
|
Expression
Gets or sets the expression of the CalculatedField
Declaration
public string Expression { get; set; }
Property Value
System.
|
Name
Gets or sets the name of the CalculatedField
Declaration
public string Name { get; set; }
Property Value
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|