2.2.4.83 DashboardItem
Namespace: http://www.microsoft.com/performancepoint/scorecards
The DashboardItem complex type specifies a single report, scorecard, or filter on a dashboard page. DashboardItem extends the DashboardElement (section 2.2.4.80).
-
<xs:complexType name="DashboardItem" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexContent mixed="false"> <xs:extension base="tns:DashboardElement"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="InboundParameters" type="tns:ArrayOfParameterMapping"/> <xs:element minOccurs="0" maxOccurs="1" name="UnderlyingElementLocation" type="tns:RepositoryLocation"/> </xs:sequence> <xs:attribute name="UnderlyingElementTypeName" type="xs:string"/> <xs:attribute name="AutoSizeWidth" type="xs:boolean" use="required"/> <xs:attribute name="AutoSizeHeight" type="xs:boolean" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
InboundParameters: Specifies an array of zero or more ParameterMapping (section 2.2.4.156) items which indicate any parameters coming from other elements on the dashboard. This element MUST be present.
UnderlyingElementLocation: Specifies the RepositoryLocation (section 2.2.4.161) for the contained element. This element MUST be present.
UnderlyingElementTypeName: Specifies the fully qualified name for the assembly class that provides the implementation of the element. This attribute MUST be present.<13>
AutoSizeWidth: Specifies whether the DashboardItem width is automatically set by the containing zone or uses a specific width. true indicates the DashboardItem width is controlled by the zone. false indicates the DashboardItem width is set by the DashboardElement (section 2.2.4.80) base. This element MUST be present.
AutoSizeHeight: Specifies whether the DashboardItem height is automatically set by the containing zone or uses a specific height. true indicates the DashboardItem width is controlled by the zone. false indicates DashboardItem width is set by the DashboardElement (section 2.2.4.80) base. This element MUST be present.