Partilhar via


Classe CompiledParagraphInstance

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

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

Sintaxe

'Declaração
Public NotInheritable Class CompiledParagraphInstance _
    Inherits ParagraphInstance _
    Implements ICompiledParagraphInstance
'Uso
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

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

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.