指定したインデックスにある ListContentCollection オブジェクトを取得します。C# の場合、このプロパティは ListContentCollection クラスのインデクサとなります。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As ListContent
public ListContent this [
int index
] { get; }
public:
property ListContent^ default [int] {
ListContent^ get (int index);
}
/** @property */
public ListContent get_Item (int index)
パラメータ
- index
コレクション内で検索する ListContentCollection オブジェクトの 0 から始まるインデックスです。
プロパティ値
指定したインデックスにある ListContentCollection オブジェクトを返します。
解説
JScript では、型によって定義される既定のインデックス付きプロパティを使用できますが、独自のプロパティを明示的に定義することはできません。ただし、クラスで expando 属性を指定すると、型が Object で、インデックスの種類が String である、既定のインデックス付きプロパティが自動的に提供されます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ListContentCollection Class
ListContentCollection Members
Microsoft.ReportingServices.ReportRendering Namespace