Click or drag to resize

MdxKPIPropertyValues Enumeration

MDX KPI Property

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum MdxKPIPropertyValues
Members
Member nameValueDescription
Value0 Value.

When the item is serialized out as xml, its value is "v".

Goal1 Goal.

When the item is serialized out as xml, its value is "g".

Status2 Status.

When the item is serialized out as xml, its value is "s".

Trend3 Trend.

When the item is serialized out as xml, its value is "t".

Weight4 Weight.

When the item is serialized out as xml, its value is "w".

Time5 Current Time Member.

When the item is serialized out as xml, its value is "m".

See Also