BackgroundImage.BackgroundRepeat 屬性
Gets an expression that evaluates to a value that 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<BackgroundRepeatTypes>
A ReportEnumProperty<EnumType> object.