Share via


TextRunInstance Members

Include Protected Members
Include Inherited Members

Represents an instance type of the TextRun class, and contains the calculated values of the properties in TextRun.

The TextRunInstance type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method ResetInstanceCache() Infrastructure. (Overrides ReportElementInstance.ResetInstanceCache().)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_reportElementDef Infrastructure. (Inherited from ReportElementInstance.)
Protected field m_style Infrastructure. (Inherited from ReportElementInstance.)
Protected field m_uniqueName Infrastructure.

Top

Properties

  Name Description
Public property Definition Gets the definition class of this TextRunInstance.
Public property IsCompiled Gets a Boolean value that indicates whether this TextRunInstance is a CompiledTextRunInstance, which is compile from HTML tags.
Public property MarkupType Gets the calculated value of the MarkupType property in a TextRun class.
Public property OriginalValue Gets the calculated value of the TextRun before formatting has been applied.
Public property ProcessedWithError Gets a Boolean value that indicates whether this TextRunInstance contains errors.
Public property Style Gets the calculated value of the Style property in a ReportElement class. (Inherited from ReportElementInstance.)
Public property ToolTip Gets the calculated value of the ToolTip property in a TextRun class.
Public property TypeCode Gets the type of this text run instance.
Public property UniqueName Gets the unique identifier of this instance object.
Public property Value Gets the calculated value of the TextRun after formatting has been applied.

Top