Partager via


Champ BackgroundRepeat

Indicates how the background image should repeat to fill the available space

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Const BackgroundRepeat As String
'Utilisation
Dim value As String

value = StyleBase.BackgroundRepeat
protected const string BackgroundRepeat
protected:
literal String^ BackgroundRepeat
static val mutable BackgroundRepeat: string
protected const var BackgroundRepeat : String

Notes

Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.