次の方法で共有


BackgroundImage.BackgroundRepeat プロパティ

背景画像による空き領域の塗りつぶし方法を示す値に評価される式を取得します。

名前空間:  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>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

BackgroundImage クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間