Propriété BackgroundRepeat
Indicates how the background image should fill the available space.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BackgroundRepeat As ReportExpression(Of BackgroundRepeatTypes)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'BackgroundRepeatTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>] object.
Voir aussi