TextRunInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 かどうかを示す |
| MarkupType |
MarkupType クラスの TextRun プロパティの計算値を取得します。 |
| OriginalValue |
書式設定を適用する前の TextRun の計算値を取得します。 |
| ProcessedWithError |
この TextRunInstance にエラーが含まれているかどうかを示す |
| Style |
Style クラスの ReportElement プロパティの計算値を取得します。 (継承元 ReportElementInstance) |
| ToolTip | |
| TypeCode |
テキスト ラン インスタンスの型を取得します。 |
| UniqueName |
このインスタンス オブジェクトの一意の識別子を取得します。 |
| Value |
書式設定を適用した後の TextRun の計算値を取得します。 |
メソッド
| ResetInstanceCache() |
TextRunInstance のキャッシュをリセットします。 |