言語

CompiledParagraphInstanceCollection.Item[Int32] プロパティ

定義

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

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

パラメーター

i
Int32

項目のインデックス。

プロパティ値

指定したインデックス位置にある CompiledParagraphInstance オブジェクト。

適用対象