MdxKPIPropertyValues Enumeration
MDX KPI Property
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration MdxKPIPropertyValues
'Usage
Dim instance As MdxKPIPropertyValues
public enum MdxKPIPropertyValues
Members
Member name | Description | |
---|---|---|
Value | Value. When the item is serialized out as xml, its value is "v". | |
Goal | Goal. When the item is serialized out as xml, its value is "g". | |
Status | Status. When the item is serialized out as xml, its value is "s". | |
Trend | Trend. When the item is serialized out as xml, its value is "t". | |
Weight | Weight. When the item is serialized out as xml, its value is "w". | |
Time | Current Time Member. When the item is serialized out as xml, its value is "m". |