Partager via


Propriété BackgroundImage.BackgroundRepeat

Gets an expression that evaluates to a value that indicates how the background image should fill the available space.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BackgroundRepeat As ReportEnumProperty(Of BackgroundRepeatTypes)
    Get
'Utilisation
Dim instance As BackgroundImage 
Dim value As ReportEnumProperty(Of BackgroundRepeatTypes)

value = instance.BackgroundRepeat
public ReportEnumProperty<BackgroundRepeatTypes> BackgroundRepeat { get; }
public:
property ReportEnumProperty<BackgroundRepeatTypes>^ BackgroundRepeat {
    ReportEnumProperty<BackgroundRepeatTypes>^ get ();
}
member BackgroundRepeat : ReportEnumProperty<BackgroundRepeatTypes>
function get BackgroundRepeat () : ReportEnumProperty<BackgroundRepeatTypes>

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundRepeatTypes>
A ReportEnumProperty<EnumType> object.

Voir aussi

Référence

BackgroundImage Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering