Class VirtualKpiElement
Represents the information needed for virtual KPI element.
Inherited Members
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class VirtualKpiElement : Element, ICloneable<Element>, ICloneable<VirtualKpiElement>
Constructors
VirtualKpiElement()
Initializes a new instance of the VirtualKpiElement class.
Declaration
public VirtualKpiElement()
Properties
Expression
Gets or sets the expression of virtual KPI element.
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |
KpiGoalExpression
Gets or sets the expression of virtual KPI goal.
Declaration
public string KpiGoalExpression { get; set; }
Property Value
Type |
---|
System.String |
KpiStatusExpression
Gets or sets the expression of virtual KPI status.
Declaration
public string KpiStatusExpression { get; set; }
Property Value
Type |
---|
System.String |
KpiTrendExpression
Gets or sets the expression of virtual KPI trend.
Declaration
public string KpiTrendExpression { get; set; }
Property Value
Type |
---|
System.String |
KpiValueExpression
Gets or sets the expression of virtual KPI value.
Declaration
public string KpiValueExpression { get; set; }
Property Value
Type |
---|
System.String |
ShowVirtualKPIGoal
Gets or sets a value indicating whether to show the goal of virtual KPI.
Declaration
public bool ShowVirtualKPIGoal { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowVirtualKPIStatus
Gets or sets a value indicating whether to show the status of virtual KPI.
Declaration
public bool ShowVirtualKPIStatus { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowVirtualKPITrend
Gets or sets a value indicating whether to show the trend of virtual KPI.
Declaration
public bool ShowVirtualKPITrend { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowVirtualKPIValue
Gets or sets a value indicating whether to show the value of virtual KPI.
Declaration
public bool ShowVirtualKPIValue { get; set; }
Property Value
Type |
---|
System.Boolean |
StatusGraphic
Gets or sets the status graphic.
Declaration
public string StatusGraphic { get; set; }
Property Value
Type |
---|
System.String |
TrendGraphic
Gets or sets the trend graphic.
Declaration
public string TrendGraphic { get; set; }
Property Value
Type |
---|
System.String |
UniqueName
Gets or sets the unique name of the virtual KPI element.
Declaration
public string UniqueName { get; }
Property Value
Type |
---|
System.String |
Methods
Clone()
Clones this instance.
Declaration
public VirtualKpiElement Clone()
Returns
Type | Description |
---|---|
VirtualKpiElement | A copy of this instance. |