BackgroundImage 屬性
A background image for the object.
命名空間: 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)