Compartir a través de


Clase CompiledTextRunInstance

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class CompiledTextRunInstance _
    Inherits TextRunInstance
'Uso
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

El tipo CompiledTextRunInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
Propiedad pública Definition Gets the definition class of this TextRunInstance. (Se hereda de TextRunInstance.)
Propiedad pública IsCompiled Indicates whether this text run instance is compiled from HTML tags. (Invalida TextRunInstance. . :: . .IsCompiled.)
Propiedad pública MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Invalida TextRunInstance. . :: . .MarkupType.)
Propiedad pública OriginalValue Gets the string value of the parsed text run. (Invalida TextRunInstance. . :: . .OriginalValue.)
Propiedad pública ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Invalida TextRunInstance. . :: . .ProcessedWithError.)
Propiedad pública Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Invalida ReportElementInstance. . :: . .Style.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Invalida TextRunInstance. . :: . .ToolTip.)
Propiedad pública TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Invalida TextRunInstance. . :: . .TypeCode.)
Propiedad pública UniqueName Gets the unique identifier of this instance object. (Invalida TextRunInstance. . :: . .UniqueName.)
Propiedad pública Value Gets the string value of the parsed text run. (Invalida TextRunInstance. . :: . .Value.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido ResetInstanceCache Infraestructura. (Se hereda de TextRunInstance.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_reportElementDef Infraestructura. (Se hereda de ReportElementInstance.)
Campo protegido m_style Infraestructura. (Se hereda de ReportElementInstance.)
Campo protegido m_uniqueName Infraestructura. (Se hereda de TextRunInstance.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.