次の方法で共有


StyleBase.BackgroundImage プロパティ

オブジェクトの背景画像を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'使用
Dim instance As StyleBase 
Dim value As BackgroundImage 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
オブジェクトの背景画像を表す BackgroundImage オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間