CompiledParagraphInstance.CompiledTextRunInstances Property

Definition

Gets the parsed text runs in the compiled paragraph.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstanceCollection ^ CompiledTextRunInstances { Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstanceCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection CompiledTextRunInstances { get; }
member this.CompiledTextRunInstances : Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection
Public ReadOnly Property CompiledTextRunInstances As CompiledTextRunInstanceCollection

Property Value

A CompiledTextRunInstanceCollection that represents the parsed text runs in the compiled paragraph.

Applies to