Compartilhar via


Classe CompiledTextRunInstance

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

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
        Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo CompiledTextRunInstance expõe os membros a seguir.

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

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering