Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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