CompiledParagraphInstances 属性
Gets the compiled paragraphs.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property CompiledParagraphInstances As CompiledParagraphInstanceCollection
Get
用法
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