Freigeben über


CompiledRichTextInstance.CompiledParagraphInstances-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstanceCollection
A CompiledParagraphInstanceCollection object.

Siehe auch

Verweis

CompiledRichTextInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace