言語

ReportItemCollection.Item[Int32] プロパティ

定義

インデックスで指定された位置にあるコレクションから指定されたレポート項目を取得します。 C# では、このプロパティは ReportItemCollection クラスのインデクサーです。

public:
 property Microsoft::ReportingServices::ReportRendering::ReportItem ^ default[int] { Microsoft::ReportingServices::ReportRendering::ReportItem ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.ReportItem this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.ReportItem
Default Public ReadOnly Property Item(index As Integer) As ReportItem

パラメーター

index
Int32

コレクション内で見つけるレポート項目のゼロベースのインデックス。

プロパティ値

指定されたレポート項目が存在しない場合は、 ReportItem オブジェクトまたはnull値です。

注釈

Microsoft JScriptでは、型によって定義されたデフォルトのインデックスプロパティを使えますが、自分の型を明示的に定義することはできません。 しかし、クラスに expando 属性を指定すると、 Object 型と String型のデフォルトインデックスプロパティが自動的に付与されます。

適用対象