Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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