Compartilhar via


Membros CompiledTextRunInstance

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

O tipo CompiledTextRunInstance expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Infraestrutura. (Herdado de TextRunInstance.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_reportElementDef Infraestrutura. (Herdado de ReportElementInstance.)
Campo protegido m_style Infraestrutura. (Herdado de ReportElementInstance.)
Campo protegido m_uniqueName Infraestrutura. (Herdado de TextRunInstance.)

Início

Propriedades

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

Início