Tabular Kpi Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
StatusGraphic | TabularKpiStatusGraphic | TrafficLightSingle | Specifies the icon set to use for status graphics in client reporting tools. |
TargetFormatString | String | Specifies the format to be used when presenting the value of the target for this KPI in reporting client tools. | |
TrendGraphic | TabularKpiStatusGraphic | TrafficLightSingle | Specifies the icon set to use for trend graphics in client reporting tools. |
Singleton Children
Child | API Type | Description |
---|---|---|
<StatusExpression /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property |
<TargetExpression /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property |
<Description /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
<StatusDescription /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
<TargetDescription /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
<TrendDescription /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
<TrendExpression /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |