Click or drag to resize

MdxKPIPropertyValues Enumeration

MDX KPI Property

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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