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 から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
説明
このコレクションは、2 次元のデータ セル配列をカプセル化します。 DataRowGroupings コレクションにはリーフ ノード要素と同じ数の行があります。 DataColumnGroupings コレクションにはリーフ ノード要素と同じ数の列があります。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)