Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the text runs in the paragraph.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TextRuns As TextRunCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection
A TextRunCollection object that represents the text runs in the paragraph.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace