Class RVDataModelCalculatedField

Inheritance
System.Object
RVDataModelCalculatedField
Namespace: Reveal.Sdk.Data
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
Type Name Description
System.String name
RVDashboardDataType type
System.String expression

Properties

Expression

Declaration
public string Expression { get; set; }
Property Value
Type Description
System.String