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.