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のキャッシュをリセットします。

適用対象