次の方法で共有


BackgroundImageInstance.BackgroundRepeat プロパティ

BackgroundImage クラスの BackgroundRepeat プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property BackgroundRepeat As BackgroundRepeatTypes 
    Get
'使用
Dim instance As BackgroundImageInstance 
Dim value As BackgroundRepeatTypes 

value = instance.BackgroundRepeat
public abstract BackgroundRepeatTypes BackgroundRepeat { get; }
public:
virtual property BackgroundRepeatTypes BackgroundRepeat {
    BackgroundRepeatTypes get () abstract;
}
abstract BackgroundRepeat : BackgroundRepeatTypes
abstract function get BackgroundRepeat () : BackgroundRepeatTypes

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundRepeatTypes
BackgroundRepeat プロパティの計算値を表す BackgroundRepeatTypes 値。

関連項目

参照

BackgroundImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間