Condividi tramite


Classe CompiledParagraphInstance

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

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

Sintassi

'Dichiarazione
Public NotInheritable Class CompiledParagraphInstance _
    Inherits ParagraphInstance _
    Implements ICompiledParagraphInstance
'Utilizzo
Dim instance As CompiledParagraphInstance
public sealed class CompiledParagraphInstance : ParagraphInstance, 
    ICompiledParagraphInstance
public ref class CompiledParagraphInstance sealed : public ParagraphInstance, 
    ICompiledParagraphInstance
[<SealedAttribute>]
type CompiledParagraphInstance =  
    class
        inherit ParagraphInstance
        interface ICompiledParagraphInstance
    end
public final class CompiledParagraphInstance extends ParagraphInstance implements ICompiledParagraphInstance

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.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.