次の方法で共有


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

適用対象