Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies how a BackgroundImage should fill the available space within its container report item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration BackgroundRepeatTypes
'Utilisation
Dim instance As BackgroundRepeatTypes
public enum BackgroundRepeatTypes
public enum class BackgroundRepeatTypes
type BackgroundRepeatTypes
public enum BackgroundRepeatTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| Clip | The image should be clipped to the available space. | |
| Default | The default behavior, which is the same as Fit within a Chart and Repeat elsewhere. | |
| Fit | The image should stretch to fill the space. | |
| Repeat | The image should repeat both horizontally and vertically to fill the space. | |
| RepeatX | The image should repeat horizontally to fill the space. | |
| RepeatY | The image should repeat vertically to fill the space. |
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering