TextRun 類別

定義

代表一次簡訊跑。

public ref class TextRun : Microsoft::ReportingServices::RdlObjectModel::ReportElement
public class TextRun : Microsoft.ReportingServices.RdlObjectModel.ReportElement
type TextRun = class
    inherit ReportElement
Public Class TextRun
Inherits ReportElement
繼承

建構函式

名稱 Description
TextRun()

建立 TextRun 類別的新實例。

屬性

名稱 Description
_Color

能辨識文字的顏色。

_CultureInfo

取得指定文本的文化資訊。

_FontFamily

取得指定文字的字型家族。

_FontSize

取得指定文字的字體大小。

_FontStyle

取得指定文本的部分 FontStyles

_FontWeight

取得指定文本的部分 FontWeights

_TextDecoration

取得指定文本的部分 TextDecorations

ActionInfo

取得或設定此文本執行的動作。

ComponentMetadata

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

(繼承來源 ReportObject)
IndexInParagraph

取得或設定段落中文本執行的索引。

Label

取得或設定此文字執行的佔位符標籤。

MarkupType

指示是否應該處理價值中出現的標記。

Parent

本報告的母體反對。

(繼承來源 ReportObjectBase)
Site

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

(繼承來源 ReportObject)
Style

取得此報告定義物件的樣式屬性。

(繼承來源 ReportElement)
ToolTip

取得或設定文字執行的文字提示標籤。

Value

取得或設定一個表達式,該運算式的值會在執行時顯示,以執行文字。

ValueLocID

取得或設定該屬性的唯一識別碼 Value

方法

名稱 Description
DeepClone()

回傳一個深度複製品。ReportObject

(繼承來源 ReportObject)
GetContainingDataScopes()

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

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

回傳物件的 ReportObject 相依核心。

(繼承來源 ReportObject)
Initialize()

初始化該 TextRun 類別的實例。

InitializeForDesigner()

為設計者初始化該 ReportElement 類別的實例。

(繼承來源 ReportElement)
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)

適用於