2.2.4.5 DecompRenderResultRecord

Namespace: http://www.microsoft.com/performancepoint/scorecards

The DecompRenderResultRecord complex type specifies details and results of a query.

 <xs:complexType name="DecompRenderResultRecord" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Levels" type="tns:ArrayOfDecompRenderResultLevel"/>
     <xs:element minOccurs="0" maxOccurs="1" name="MeasureCaption" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="MeasureUniqueName" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="MeasureIsAdditive" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="NavigationContext" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ErrorMsg" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ErrorDetails" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Levels: MUST specify an ArrayOfDecompRenderResultLevel containing no more than one DecompRenderResultLevel element.

MeasureCaption: Specifies the user-friendly name of the associated measure.

MeasureUniqueName: Uniquely identifies the measure and is defined by the web service. This element MUST NOT be NULL or EMPTY.

MeasureIsAdditive: If TRUE, the TopSumValue, TopSumFormattedValue, BottomSumValue, and BottomSumFormattedValue elements of all the DecompRenderResultNode element instances contained in the Levels element of this DecompRenderResultRecord MUST specify sum values. If FALSE, the protocol client MUST ignore the TopSumValue, TopSumFormattedValue, BottomSumValue, and BottomSumFormattedValue values.

NavigationContext: Specifies a session-specific value that specifies the current state of the protocol server.

ErrorMsg: Specifies an error message in the case of an application error on the protocol server.

ErrorDetails: Specifies the error details in the case of an application error on the protocol server.