[]
Represents a calculated data field associated with a C1FlexReport's data source. Usually values of such fields are calculated based on values of other fields in the data source.
public class CalculatedField : NamedObject
Name | Description |
---|---|
CalculatedField() | Initializes a new instance of the CalculatedField class. |
CalculatedField(string, Type, string) | Initializes a new instance of the CalculatedField class. |
Name | Description |
---|---|
DataSource | Gets the DataSource object containing this object. |
Expression | Gets or sets the expression used to calcualte the field's value. |
Owner | Gets the CalculatedFieldCollection collection containing this object. |
ParentReport | Gets the C1FlexReport object containing this object. |
Type | Gets or sets the data type of the current field. |
Name | Description |
---|---|
AssignFrom(object) | Copies properties from another CalculatedField object. |
CreateSame() | Creates a new instance of the same class as this one. |
SetName(string) | Sets the name of the current object. |