ReportObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個報告物件。
public ref class ReportObject abstract : Microsoft::ReportingServices::RdlObjectModel::ReportObjectBase, IDisposable, System::ComponentModel::IComponent
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))]
public abstract class ReportObject : Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase, IDisposable, System.ComponentModel.IComponent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))>]
type ReportObject = class
inherit ReportObjectBase
interface IComponent
interface IDisposable
Public MustInherit Class ReportObject
Inherits ReportObjectBase
Implements IComponent, IDisposable
- 繼承
- 衍生
- 屬性
- 實作
建構函式
| 名稱 | Description |
|---|---|
| ReportObject() |
初始化 ReportObject 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| ComponentMetadata |
取得或設定元件的元資料。 |
| DesignerModel |
取得或設定物件是否 ReportObject 為設計模型。 |
| Parent |
本報告的母體反對。 (繼承來源 ReportObjectBase) |
| Site |
取得或設定與 ReportObject 物件相關的網站。 |
方法
明確介面實作
| 名稱 | Description |
|---|---|
| IComponent.Disposed |
當物品被處置時 ReportObject 發生。 |
| IDisposable.Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 |