Compartir a través de


CompiledParagraphInstance Clase

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

Notas

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.

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.