Language

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

項目のインデックス。

プロパティ値

指定されたindex.sの TextRun オブジェクト

適用対象