言語

CompiledTextRunInstanceCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある項目を取得します。

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

パラメーター

i
Int32

項目のインデックス。

プロパティ値

指定した名前を持つ CompiledTextRunInstance オブジェクト。

適用対象