ReportItemCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インデックスで指定された位置にあるコレクションから指定されたレポート項目を取得します。 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型のデフォルトインデックスプロパティが自動的に付与されます。