ChartTitle 類別

定義

表示圖表的標題。

public ref class ChartTitle : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class ChartTitle : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type ChartTitle = class
    inherit ReportObject
    interface INamedObject
Public Class ChartTitle
Inherits ReportObject
Implements INamedObject
繼承
實作

建構函式

ChartTitle()

建立 ChartTitle 類別的新執行個體。

屬性

ActionInfo

標題的動作。

Caption

標題的副標題。

CaptionLocID

Caption 屬性的唯一識別碼。

ChartElementPosition

定義標題的自訂位置。

ComponentMetadata

取得或設定元件中繼資料。

(繼承來源 ReportObject)
DockOffset

距離停駐位置的位移 (以圖表大小的百分比顯示)。

DockOutsideChartArea

指出標題應該停駐在圖表區域外部,而不是圖表區域內部。

DockToChartArea

要在上面繪製標題之圖表區域的名稱。

Hidden

指出此標題應該隱藏。

Name

圖表標題名稱。

Parent

此報表物件的父系。

(繼承來源 ReportObjectBase)
Position

標題的位置。

Site

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

(繼承來源 ReportObject)
Style

取得這個報表定義物件的樣式屬性。

TextOrientation

指出文字的方向。

ToolTip

要針對標題顯示的工具提示。

ToolTipLocID

ToolTip 屬性的唯一識別碼。

方法

DeepClone()

傳回此 ReportObject 執行個體的深入複製。

(繼承來源 ReportObject)
GetContainingDataScopes()

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

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

傳回 ReportObject 物件的相依性核心。

(繼承來源 ReportObject)
Initialize()

初始化 ChartTitle 類別的執行個體。

InitializeForDesigner()

初始化設計工具的報表物件。

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

當子系的屬性變更時,引發事件。

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

當屬性變更時,引發事件。

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

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

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

儲存報表物件的屬性值。

(繼承來源 ReportObject)

明確介面實作

IComponent.Disposed

在處置 ReportObject 物件時發生。

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

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 ReportObject)

適用於