Condividi tramite


Classe CompiledTextRunInstance

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CompiledTextRunInstance _
    Inherits TextRunInstance
'Utilizzo
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

Nel tipo CompiledTextRunInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
Proprietà pubblica Definition Gets the definition class of this TextRunInstance. Ereditato da TextRunInstance.
Proprietà pubblica IsCompiled Indicates whether this text run instance is compiled from HTML tags. Esegue l'override di TextRunInstance.IsCompiled.
Proprietà pubblica MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. Esegue l'override di TextRunInstance.MarkupType.
Proprietà pubblica OriginalValue Gets the string value of the parsed text run. Esegue l'override di TextRunInstance.OriginalValue.
Proprietà pubblica ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. Esegue l'override di TextRunInstance.ProcessedWithError.
Proprietà pubblica Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. Esegue l'override di ReportElementInstance.Style.
Proprietà pubblica ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. Esegue l'override di TextRunInstance.ToolTip.
Proprietà pubblica TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. Esegue l'override di TextRunInstance.TypeCode.
Proprietà pubblica UniqueName Gets the unique identifier of this instance object. Esegue l'override di TextRunInstance.UniqueName.
Proprietà pubblica Value Gets the string value of the parsed text run. Esegue l'override di TextRunInstance.Value.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering