TextRuns 属性
Gets the text runs in the paragraph.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property TextRuns As TextRunCollection
Get
用法
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