ParagraphInstance.TextRunInstances Property

Definition

Gets the calculated value of the TextRuns property in a Paragraph class.

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

Property Value

A TextRunInstanceCollection value that represents the calculated value of the TextRuns property.

Applies to