2.2.4.17 AnalyticGridReportView

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

The AnalyticGridReportView complex type defines how analytic grid reports are displayed to users.

 <xs:complexType name="AnalyticGridReportView" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:AnalyticBaseReportViewData">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="ReportLayout" type="tns:ReportLayout"/>
         <xs:element minOccurs="1" maxOccurs="1" name="ShortenRowLabels" type="xs:boolean"/>
         <xs:element minOccurs="1" maxOccurs="1" name="MaxRowLabelLength" type="xs:int"/>
         <xs:element minOccurs="1" maxOccurs="1" name="ShortenColumnLabels" type="xs:boolean"/>
         <xs:element minOccurs="1" maxOccurs="1" name="MaxColumnLabelLength" type="xs:int"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ReportLayout: A ReportLayout simple type object (section 2.2.5.40) that specifies the manner in which row and column headers are displayed.

ShortenRowLabels: Specifies whether long row labels are truncated to save space. A value of TRUE indicates that long labels will be truncated. A value of FALSE indicates that they will not.

MaxRowLabelLength: Specifies the maximum length for row labels. ShortenRowLabels MUST be set to TRUE for this property to be used.

ShortenColumnLabels: Specifies whether long column labels are truncated to save space. A value of TRUE indicates that long labels will be truncated. A value of FALSE indicates that they will not.

MaxColumnLabelLength: Specifies the maximum length for column labels. ShortenColumnLabels MUST be set to TRUE for this property to be used.