DataCellCollection Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.DataCellCollection

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class DataCellCollection
'Usage
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection =  class end
public final class DataCellCollection

The DataCellCollection type exposes the following members.

Properties

  Name Description
Public property ColumnCount Returns the number of columns in the data cell array.
Public property Count Gets the number of data cells in the collection.
Public property Item Returns a data cell at the specified row and column.
Public property RowCount Returns the number of rows in the data cell array.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.