Свойство BackgroundImage.BackgroundRepeat
Gets or sets a value that indicates how the background image should fill the available space.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property BackgroundRepeat As ReportExpression(Of BackgroundRepeatTypes)
Get
Set
'Применение
Dim instance As BackgroundImage
Dim value As ReportExpression(Of BackgroundRepeatTypes)
value = instance.BackgroundRepeat
instance.BackgroundRepeat = value
public ReportExpression<BackgroundRepeatTypes> BackgroundRepeat { get; set; }
public:
property ReportExpression<BackgroundRepeatTypes> BackgroundRepeat {
ReportExpression<BackgroundRepeatTypes> get ();
void set (ReportExpression<BackgroundRepeatTypes> value);
}
member BackgroundRepeat : ReportExpression<BackgroundRepeatTypes> with get, set
function get BackgroundRepeat () : ReportExpression<BackgroundRepeatTypes>
function set BackgroundRepeat (value : ReportExpression<BackgroundRepeatTypes>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundRepeatTypes>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel