Freigeben über


BackgroundImage.BackgroundRepeat-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BackgroundRepeat As ReportEnumProperty(Of BackgroundRepeatTypes)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

BackgroundImage Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace