Compartir a través de


CompiledTextRunInstance Miembros

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

El tipo CompiledTextRunInstance expone los siguientes miembros.

Métodos

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

Principio

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).

Principio

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.)

Principio