DataCellCollection Class
Updated: February 25, 2016
Represents all data cells in a CustomData object. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnCount | Returns the number of columns in the data cell array. |
![]() | Count | Gets the number of data cells in the collection. |
![]() | Item[Int32, Int32] | Returns a data cell at the specified row and column. |
![]() | RowCount | Returns the number of rows in the data cell array. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from 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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

