Proprietà BackgroundImage.Position

Gets or sets a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Position As ReportExpression(Of BackgroundPositions)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>
A ReportExpression<T> object.

Vedere anche

Riferimento

BackgroundImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel