Position 속성
Indicates where a background image with BackgroundRepeat = Clip should be drawn.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Position As ReportExpression(Of BackgroundPositions)
Get
Set
‘사용 방법
Dim instance As BackgroundImage
Dim value As ReportExpression(Of BackgroundPositions)
value = instance.Position
instance.Position = value
public ReportExpression<BackgroundPositions> Position { get; set; }
public:
property ReportExpression<BackgroundPositions> Position {
ReportExpression<BackgroundPositions> get ();
void set (ReportExpression<BackgroundPositions> value);
}
member Position : ReportExpression<BackgroundPositions> with get, set
function get Position () : ReportExpression<BackgroundPositions>
function set Position (value : ReportExpression<BackgroundPositions>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'BackgroundPositions> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>] object.