CompiledTextRunInstances 속성
Gets the parsed text runs in the compiled paragraph.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
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.