serial class %BI.MapKPI
extends %SerialObject
property Alignment
as %SmallInt;
property Appearance
as %SmallInt;
property BackColor
as %String(TRUNCATE=1);
property BorderStyle
as %SmallInt;
property ControlType
as %SmallInt;
property ForeColor
as %String(TRUNCATE=1);
property Height
as %Numeric;
property KPI
as %String(TRUNCATE=1);
property KPIName
as %String(TRUNCATE=1) [ Calculated ];
property KPIQuery
as %String(TRUNCATE=1) [ Calculated ];
property KPIValue
as %String(TRUNCATE=1) [ Calculated ];
property Label
as %String(TRUNCATE=1);
property LeftPos
as %Numeric;
property TopPos
as %Numeric;
property Width
as %Numeric;
method KPINameGet()
as %String
This is a Get accessor method for the KPIName property.
method KPIQueryGet()
as %String
This is a Get accessor method for the KPIQuery property.
method KPIValueGet()
as %String
This is a Get accessor method for the KPIValue property.