共用方式為


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< (Of < ( <'BackgroundRepeatTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>] object.