Paragraph.TextRuns Property
Gets or sets the text runs in the paragraph.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextRuns As IList(Of TextRun)
Get
Set
'Usage
Dim instance As Paragraph
Dim value As IList(Of TextRun)
value = instance.TextRuns
instance.TextRuns = value
public IList<TextRun> TextRuns { get; set; }
public:
property IList<TextRun^>^ TextRuns {
IList<TextRun^>^ get ();
void set (IList<TextRun^>^ value);
}
member TextRuns : IList<TextRun> with get, set
function get TextRuns () : IList<TextRun>
function set TextRuns (value : IList<TextRun>)
Property Value
Type: System.Collections.Generic.IList<TextRun>
An IList object.