Partager via


Classe CompiledTextRunInstance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CompiledTextRunInstance _
    Inherits TextRunInstance
'Utilisation
Dim instance As CompiledTextRunInstance
public sealed class CompiledTextRunInstance : TextRunInstance
public ref class CompiledTextRunInstance sealed : public TextRunInstance
[<SealedAttribute>]
type CompiledTextRunInstance =  
    class
        inherit TextRunInstance
    end
public final class CompiledTextRunInstance extends TextRunInstance

Le type CompiledTextRunInstance expose les membres suivants.

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. (remplace TextRunInstance. . :: . .IsCompiled.)
Propriété publique MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (remplace TextRunInstance. . :: . .MarkupType.)
Propriété publique OriginalValue Gets the string value of the parsed text run. (remplace TextRunInstance. . :: . .OriginalValue.)
Propriété publique ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (remplace 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. (remplace ReportElementInstance. . :: . .Style.)
Propriété publique ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (remplace 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. (remplace TextRunInstance. . :: . .TypeCode.)
Propriété publique UniqueName Gets the unique identifier of this instance object. (remplace TextRunInstance. . :: . .UniqueName.)
Propriété publique Value Gets the string value of the parsed text run. (remplace TextRunInstance. . :: . .Value.)

Haut de la page

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

Notes

One or more compiled CompiledParagraphInstance is generated from a parsed HTML, which in turn contains one or more compiled CompiledTextRunInstance. These compiled instance objects do not really have a one-to-one correspondence with definition objects.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.