2.2.5.49 StrategyMapToolbarOptions

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

The StrategyMapToolbarOptions simple type specifies the view options for a strategy map report.

 <xs:simpleType name="StrategyMapToolbarOptions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="ShowToolbar"/>
         <xs:enumeration value="ShowPage"/>
         <xs:enumeration value="ShowScrollbars"/>
         <xs:enumeration value="ShowPageTabs"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for the StrategyMapToolbarOptions simple type.

Value

Meaning

None

No options are specified.

ShowToolbar

The toolbar is displayed.

ShowPage

The drawing page is displayed.

ShowScrollbars

The scrollbars are displayed.

ShowPageTabs

The page tabs are displayed.