BackgroundImage.BackgroundRepeat 属性

Indicates how the background image should fill the available space.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property BackgroundRepeat As ReportExpression(Of BackgroundRepeatTypes)
    Get
    Set
用法
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>)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>] object.