Właściwość Paragraph.TextRuns
Pobiera uruchamia tekstu w akapicie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property TextRuns As TextRunCollection
Get
'Użycie
Dim instance As Paragraph
Dim value As TextRunCollection
value = instance.TextRuns
public TextRunCollection TextRuns { get; }
public:
property TextRunCollection^ TextRuns {
TextRunCollection^ get ();
}
member TextRuns : TextRunCollection
function get TextRuns () : TextRunCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection
A TextRunCollection obiektu.
Zobacz także