DataCellCollection クラス

CustomData オブジェクトのすべてのデータ セルを表します。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..DataCellCollection

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class DataCellCollection
'使用
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection =  class end
public final class DataCellCollection

DataCellCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ColumnCount データ セル配列の列数を返します。
パブリック プロパティ Count コレクションに含まれるデータ セルの数を取得します。
パブリック プロパティ Item 指定された行および列のデータ セルを返します。
パブリック プロパティ RowCount データ セル配列の行数を返します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

このコレクションは、2 次元のデータ セル配列をカプセル化します。DataRowGroupings コレクションにはリーフ ノード要素と同じ数の行があります。DataColumnGroupings コレクションにはリーフ ノード要素と同じ数の列があります。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。