次の方法で共有


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 オブジェクト。

適用対象