ParagraphInstance.TextRunInstances Property
Gets the calculated value of the TextRuns property in a Paragraph class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TextRunInstances As TextRunInstanceCollection
Get
'Usage
Dim instance As ParagraphInstance
Dim value As TextRunInstanceCollection
value = instance.TextRunInstances
public TextRunInstanceCollection TextRunInstances { get; }
public:
property TextRunInstanceCollection^ TextRunInstances {
TextRunInstanceCollection^ get ();
}
member TextRunInstances : TextRunInstanceCollection
function get TextRunInstances () : TextRunInstanceCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceCollection
A TextRunInstanceCollection value that represents the calculated value of the TextRuns property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace