BackgroundImage 類別

定義

代表報告定義中的背景影像。

public ref class BackgroundImage : Microsoft::ReportingServices::RdlObjectModel::ReportObject
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.BackgroundImage/BackgroundImageConverter))]
public class BackgroundImage : Microsoft.ReportingServices.RdlObjectModel.ReportObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.BackgroundImage/BackgroundImageConverter))>]
type BackgroundImage = class
    inherit ReportObject
Public Class BackgroundImage
Inherits ReportObject
繼承
屬性

建構函式

名稱 Description
BackgroundImage()

建立 BackgroundImage 類別的新實例。

屬性

名稱 Description
BackgroundRepeat

取得或設定一個值,指示背景影像應如何填滿可用空間。

ComponentMetadata

取得或設定元件的元資料。

(繼承來源 ReportObject)
MIMEType

取得或設定影像的 MIME 類型。

Parent

本報告的母體反對。

(繼承來源 ReportObjectBase)
Position

取得或設定一個值,指示背景影像(BackgroundRepeat = Clip)應該繪製的位置。

Site

取得或設定與 ReportObject 物件相關的網站。

(繼承來源 ReportObject)
Source

取得或設定影像的來源。

TransparentColor

取得或設定背景影像中的顏色視為透明。

Value

取得或設定影像資料。

方法

名稱 Description
DeepClone()

回傳一個深度複製品。ReportObject

(繼承來源 ReportObject)
GetContainingDataScopes()

回傳包含資料範圍的報告物件清單。

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

回傳預設實作的資料範圍。

(繼承來源 ReportObject)
GetDependenciesCore(IList<ReportObject>)

回傳嵌入背景影像中的相依物件清單。

Initialize()

初始化 的 ReportObject一個實例。

(繼承來源 ReportObject)
InitializeForDesigner()

初始化設計器的報表物件。

(繼承來源 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

在孩子財產變更時引發事件。

(繼承來源 ReportObject)
OnPropertyChanged(Int32, Object, Object)

當房產變更時觸發事件。

(繼承來源 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

回傳報告定義語言語意是否與核心物件相同。

(繼承來源 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

儲存報告物件的屬性值。

(繼承來源 ReportObject)

明確介面實作

名稱 Description
IComponent.Disposed

當物品被處置時 ReportObject 發生。

(繼承來源 ReportObject)
IDisposable.Dispose()

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

(繼承來源 ReportObject)

適用於