Proprietà BackgroundRepeat
Indicates how the background image should fill the available space.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property BackgroundRepeat As ReportExpression(Of BackgroundRepeatTypes)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'BackgroundRepeatTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Vedere anche