Класс DataCellCollection

Represents all data cells in a CustomData object. This class cannot be inherited.

Иерархия наследования

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 Returns the number of columns in the data cell array.
Открытое свойство Count Gets the number of data cells in the collection.
Открытое свойство Item Returns a data cell at the specified row and column.
Открытое свойство RowCount Returns the number of rows in the data cell array.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

This collection encapsulates a two-dimensional array of data cells. There are as many rows as there are leaf-node elements in the DataRowGroupings collection. There are as many columns as there are leaf-node elements in the DataColumnGroupings collection.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.