Поделиться через


Свойство BackgroundImage.Position

Gets or sets a value that 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 ReportExpression<T> object.

См. также

Справочник

BackgroundImage Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel