BackgroundImage.Position Property
Gets or sets a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Position As ReportExpression(Of BackgroundPositions)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>
A ReportExpression<T> object.