Freigeben über


CompiledTextRunInstance-Member

Represents a compiled text run instance generated from parsing HTML in a text run.

Der CompiledTextRunInstance-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Infrastruktur. (Geerbt von TextRunInstance.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_reportElementDef Infrastruktur. (Geerbt von ReportElementInstance.)
Geschütztes Feld m_style Infrastruktur. (Geerbt von ReportElementInstance.)
Geschütztes Feld m_uniqueName Infrastruktur. (Geerbt von TextRunInstance.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
Öffentliche Eigenschaft Definition Gets the definition class of this TextRunInstance. (Geerbt von TextRunInstance.)
Öffentliche Eigenschaft IsCompiled Indicates whether this text run instance is compiled from HTML tags. (Überschreibt TextRunInstance. . :: . .IsCompiled.)
Öffentliche Eigenschaft MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Überschreibt TextRunInstance. . :: . .MarkupType.)
Öffentliche Eigenschaft OriginalValue Gets the string value of the parsed text run. (Überschreibt TextRunInstance. . :: . .OriginalValue.)
Öffentliche Eigenschaft ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Überschreibt TextRunInstance. . :: . .ProcessedWithError.)
Öffentliche Eigenschaft Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Überschreibt ReportElementInstance. . :: . .Style.)
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Überschreibt TextRunInstance. . :: . .ToolTip.)
Öffentliche Eigenschaft TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Überschreibt TextRunInstance. . :: . .TypeCode.)
Öffentliche Eigenschaft UniqueName Gets the unique identifier of this instance object. (Überschreibt TextRunInstance. . :: . .UniqueName.)
Öffentliche Eigenschaft Value Gets the string value of the parsed text run. (Überschreibt TextRunInstance. . :: . .Value.)

Zum Anfang