Propriedade do RDL Paragraph.TextRuns
Gets or sets the text runs in the paragraph.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property TextRuns As IList(Of TextRun)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: System.Collections.Generic.IList<TextRun>
An IList object.