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

PivotOLAPKPIMeasures Members

Contains the names of the OLAP measures that represent values of a particular KPI.

Constructors

Name Description
PivotOLAPKPIMeasures(TypedBinaryReader) Initializes a new instance of the PivotOLAPKPIMeasures class.
PivotOLAPKPIMeasures(String, String, String, String, String, String, String) Initializes a new instance of the PivotOLAPKPIMeasures class.

Properties

Name Description
GoalMeasure Gets the name of the measure that stores the KPI’s goal values.
KPICaption Gets the caption of the KPI.
KPIName Gets the name of the KPI.
StatusMeasure Gets the name of the measure that stores the KPI’s status values.
TrendMeasure Gets the name of the measure that stores the KPI’s trend values.
ValueMeasure Gets the name of the measure that stores the KPI’s actually achieved values.
WeightMeasure Gets the name of the measure that stores the KPI’s weight values.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveToStream(TypedBinaryWriter) For internal use.
ToString() Returns the textual representation of the current object.
See Also