Свойство BackgroundRepeat
Indicates how the background image should fill the available space.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property BackgroundRepeat As ReportEnumProperty(Of BackgroundRepeatTypes)
Get
'Применение
Dim instance As BackgroundImage
Dim value As ReportEnumProperty(Of BackgroundRepeatTypes)
value = instance.BackgroundRepeat
public ReportEnumProperty<BackgroundRepeatTypes> BackgroundRepeat { get; }
public:
property ReportEnumProperty<BackgroundRepeatTypes>^ BackgroundRepeat {
ReportEnumProperty<BackgroundRepeatTypes>^ get ();
}
member BackgroundRepeat : ReportEnumProperty<BackgroundRepeatTypes>
function get BackgroundRepeat () : ReportEnumProperty<BackgroundRepeatTypes>
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'BackgroundRepeatTypes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.