次の方法で共有


Style.BackgroundImage プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property BackgroundImage As BackgroundImage 
    Get 
    Set
'使用
Dim instance As Style 
Dim value As BackgroundImage 

value = instance.BackgroundImage

instance.BackgroundImage = value
public BackgroundImage BackgroundImage { get; set; }
public:
property BackgroundImage^ BackgroundImage {
    BackgroundImage^ get ();
    void set (BackgroundImage^ value);
}
member BackgroundImage : BackgroundImage with get, set
function get BackgroundImage () : BackgroundImage 
function set BackgroundImage (value : BackgroundImage)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.BackgroundImage
BackgroundImage オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間