BackgroundImage.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<BackgroundPositions>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>] object.