Właściwość BackgroundImage.Position
Wskazuje, gdzie obraz tła z BackgroundRepeat = zwrócić klipu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Position As ReportExpression(Of BackgroundPositions)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundPositions>] obiektu.
Zobacz także