CompiledRichTextInstance.CompiledParagraphInstances Property
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.