Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the compiled paragraphs.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CompiledParagraphInstances As CompiledParagraphInstanceCollection
Get
'Usage
Dim instance As CompiledRichTextInstance
Dim value As CompiledParagraphInstanceCollection
value = instance.CompiledParagraphInstances
public CompiledParagraphInstanceCollection CompiledParagraphInstances { get; }
public:
property CompiledParagraphInstanceCollection^ CompiledParagraphInstances {
CompiledParagraphInstanceCollection^ get ();
}
member CompiledParagraphInstances : CompiledParagraphInstanceCollection
function get CompiledParagraphInstances () : CompiledParagraphInstanceCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstanceCollection
A CompiledParagraphInstanceCollection object.
See Also
Reference
CompiledRichTextInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace