Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BackgroundImage.BackgroundRepeat element specifies how a BackgroundImage fills the available space within its container. The BackgroundImage.BackgroundRepeat element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.
The value of this element MUST be one of the following or an expression that evaluates to one of the following:
Default: Specifies the default BackgroundImage repeating behavior, which is the same as "Fit" in a Chart element and "Repeat" elsewhere (RDL 2008/01, RDL 2010/01, and RDL 2016/01).
Repeat: Specifies that the image repeats both horizontally and vertically to fill the space.
RepeatX: Specifies that the image repeats horizontally to fill the space. This value MUST NOT be allowed if the containing report item is a chart.
RepeatY: Specifies that the image repeats vertically to fill the space. This value MUST NOT be allowed if the containing report item is a chart.
NoRepeat: Specifies that the image does not repeat to fill the space (RDL 2003/10 and RDL 2005/01).
Fit: Specifies that the image stretches to fill the space. This value MUST be allowed only when the containing report item is a chart (RDL 2008/01, RDL 2010/01, and RDL 2016/01) or only when Page is the grandparent element of BackgroundImage (RDL 2012/01).
Clip: Specifies that the image is clipped to the available space (RDL 2008/01, RDL 2010/01, and RDL 2016/01).
FitProportional: Specifies that the image stretches to fill the space and, at the same time, preserve its aspect ratio. This value MUST be allowed only when Page is the grandparent element of BackgroundImage (RDL 2012/01).
If the BackgroundImage.BackgroundRepeat element is not present, its value is interpreted as "Default" in RDL 2008/01, RDL 2010/01, and RDL 2016/01, and its value is interpreted as "Repeat" in RDL 2003/10 and RDL 2005/01. If the parent BackgroundImage element is not ignored but the grandparent element of the BackgroundImage element is ChartDataPoint, ChartEmptyPoints, Marker, or ChartMarker, the BackgroundImage.BackgroundRepeat element is ignored.
The following is the parent element of the BackgroundImage.BackgroundRepeat element.
Parent elements |
---|
BackgroundImage |
The following is the XML Schema definition of the BackgroundImage.BackgroundRepeat element.
Note The following XSD represents RDL macro-versioned schemas only. Possible additions, identified earlier in this section, to base schema RDL 2010/01 from micro-versioned schemas RDL 2011/01, RDL 2012/01, and RDL 2013/01 are provided in sections 5.5, 5.6, and 5.7, respectively. For more information about macro- and micro-versioned schemas, see section 2.1.
-
<xsd:element name="BackgroundRepeat" type="xsd:string" minOccurs="0" />