Class RVDataModelCalculatedField
Inheritance
System.Object
RVDataModelCalculatedField
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVDataModelCalculatedField : RVDataModelField
Constructors
RVDataModelCalculatedField(String, RVDashboardDataType, String)
Declaration
public RVDataModelCalculatedField(string name, RVDashboardDataType type, string expression)
Parameters
Properties
Expression
Declaration
public string Expression { get; set; }
Property Value
| Type |
Description |
| System.String |
|