Partager via


Membres CompiledTextRunInstance

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

Le type CompiledTextRunInstance expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée ResetInstanceCache Infrastructure. (Hérité de TextRunInstance.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_reportElementDef Infrastructure. (Hérité de ReportElementInstance.)
Champ protégé m_style Infrastructure. (Hérité de ReportElementInstance.)
Champ protégé m_uniqueName Infrastructure. (Hérité de TextRunInstance.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
Propriété publique Definition Gets the definition class of this TextRunInstance. (Hérité de TextRunInstance.)
Propriété publique IsCompiled Indicates whether this text run instance is compiled from HTML tags. (Se substitue à TextRunInstance. . :: . .IsCompiled.)
Propriété publique MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Se substitue à TextRunInstance. . :: . .MarkupType.)
Propriété publique OriginalValue Gets the string value of the parsed text run. (Se substitue à TextRunInstance. . :: . .OriginalValue.)
Propriété publique ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Se substitue à TextRunInstance. . :: . .ProcessedWithError.)
Propriété publique Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Se substitue à ReportElementInstance. . :: . .Style.)
Propriété publique ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Se substitue à TextRunInstance. . :: . .ToolTip.)
Propriété publique TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Se substitue à TextRunInstance. . :: . .TypeCode.)
Propriété publique UniqueName Gets the unique identifier of this instance object. (Se substitue à TextRunInstance. . :: . .UniqueName.)
Propriété publique Value Gets the string value of the parsed text run. (Se substitue à TextRunInstance. . :: . .Value.)

Haut de la page