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