TextRunCollection.Item[Int32] 屬性

定義

取得指定之索引處的項目。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TextRun this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TextRun
Default Public Overrides ReadOnly Property Item(i As Integer) As TextRun

參數

i
Int32

項目的索引。

屬性值

TextRun

位於指定索引處的 TextRun 物件。

適用於