Właściwość BackgroundImage.BackgroundRepeat
Wskazuje, jak obraz tła należy wypełnić dostępne miejsce.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property BackgroundRepeat As ReportExpression(Of BackgroundRepeatTypes)
Get
Set
'Użycie
Dim instance As BackgroundImage
Dim value As ReportExpression(Of BackgroundRepeatTypes)
value = instance.BackgroundRepeat
instance.BackgroundRepeat = value
public ReportExpression<BackgroundRepeatTypes> BackgroundRepeat { get; set; }
public:
property ReportExpression<BackgroundRepeatTypes> BackgroundRepeat {
ReportExpression<BackgroundRepeatTypes> get ();
void set (ReportExpression<BackgroundRepeatTypes> value);
}
member BackgroundRepeat : ReportExpression<BackgroundRepeatTypes> with get, set
function get BackgroundRepeat () : ReportExpression<BackgroundRepeatTypes>
function set BackgroundRepeat (value : ReportExpression<BackgroundRepeatTypes>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>] obiektu.
Zobacz także