Classe CompiledParagraphInstance
Represents a compiled paragraph instance generated from parsing HTML in a text run.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance _
Implements ICompiledParagraphInstance
'Utilisation
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
Notes
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.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstance
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.