Share via


TextRunInstance クラス

定義

クラスのインスタンス型を TextRun 表し、プロパティの計算値を TextRun格納します。

public ref class TextRunInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class TextRunInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type TextRunInstance = class
    inherit ReportElementInstance
Public MustInherit Class TextRunInstance
Inherits ReportElementInstance
継承
派生

フィールド

m_reportElementDef

このインスタンスを定義するレポート要素定義を指定します。

(継承元 ReportElementInstance)
m_style

このレポート要素オブジェクトのスタイル プロパティを指定します。

(継承元 ReportElementInstance)
m_uniqueName

このインスタンス オブジェクトの一意識別子を指定します。

プロパティ

Definition

この TextRunInstance の定義クラスを取得します。

IsCompiled

この TextRunInstance が HTML タグからコンパイルされた CompiledTextRunInstance かどうかを示す Boolean 値を取得します。

MarkupType

MarkupType クラスの TextRun プロパティの計算値を取得します。

OriginalValue

書式設定を適用する前の TextRun の計算値を取得します。

ProcessedWithError

この TextRunInstance にエラーが含まれているかどうかを示す Boolean 値を取得します。

Style

Style クラスの ReportElement プロパティの計算値を取得します。

(継承元 ReportElementInstance)
ToolTip

ToolTip クラスの TextRun プロパティの計算値を取得します。

TypeCode

テキスト ラン インスタンスの型を取得します。

UniqueName

このインスタンス オブジェクトの一意の識別子を取得します。

Value

書式設定を適用した後の TextRun の計算値を取得します。

メソッド

ResetInstanceCache()

TextRunInstance のキャッシュをリセットします。

適用対象