Właściwość BackgroundImage.BackgroundRepeat
Pobiera wyrażenie wartości, która wskazuje, jak obraz tła należy wypełnić dostępne miejsce.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property BackgroundRepeat As ReportEnumProperty(Of BackgroundRepeatTypes)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundRepeatTypes>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także