다음을 통해 공유


CompiledTextRunInstances 속성

Gets the parsed text runs in the compiled paragraph.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Property CompiledTextRunInstances As CompiledTextRunInstanceCollection
    Get
    Friend Set
‘사용 방법
Dim instance As CompiledParagraphInstance
Dim value As CompiledTextRunInstanceCollection

value = instance.CompiledTextRunInstances
public CompiledTextRunInstanceCollection CompiledTextRunInstances { get; internal set; }
public:
property CompiledTextRunInstanceCollection^ CompiledTextRunInstances {
    CompiledTextRunInstanceCollection^ get ();
    internal: void set (CompiledTextRunInstanceCollection^ value);
}
member CompiledTextRunInstances : CompiledTextRunInstanceCollection with get, internal set
function get CompiledTextRunInstances () : CompiledTextRunInstanceCollection
internal function set CompiledTextRunInstances (value : CompiledTextRunInstanceCollection)

속성 값

형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CompiledTextRunInstanceCollection
A CompiledTextRunInstanceCollection that represents the parsed text runs in the compiled paragraph.