C1.C1Rdl.Rdl2008 Namespace : BackgroundRepeatType Enumeration |
'Declaration Public Enum BackgroundRepeatType Inherits System.Enum
public enum BackgroundRepeatType : System.Enum
Member | Description |
---|---|
Clip | Clip the image to the available space. |
Default | Treated as BackgroundRepeatType.Fit within Chart and as BackgroundRepeatType.Repeat elsewhere. |
Fit | Stretch the image to fill the available space. Allowed only within Chart. |
Repeat | Repeat the image both horizontally and vertically to fill the available space. |
RepeatX | Repeat the image horizontally to fill the available space. Not allowed within Chart. |
RepeatY | Repeat the image horizontally to fill the available space. Not allowed within Chart. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.BackgroundRepeatType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2