Skip to main content
A newer version of this page is available. .

PivotOLAPKPIMeasures.TrendMeasure Property

Gets the name of the measure that stores the KPI’s trend values.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public string TrendMeasure { get; }

Property Value

Type Description
String

A String that specifies the name of the measure that stores the KPI’s trend values.

Remarks

To obtain the names of the measures that store the KPI’s actually achieved, status, goal and weight values, use the PivotOLAPKPIMeasures.ValueMeasure, PivotOLAPKPIMeasures.StatusMeasure, PivotOLAPKPIMeasures.GoalMeasure and PivotOLAPKPIMeasures.WeightMeasure properties, respectively.

The name of the KPI is specified by the PivotOLAPKPIMeasures.KPIName property.

See Also