Compartir a través de


Clase DataCellCollection

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.DataCellCollection

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class DataCellCollection
'Uso
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection =  class end
public final class DataCellCollection

El tipo DataCellCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ColumnCount Returns the number of columns in the data cell array.
Propiedad pública Count Gets the number of data cells in the collection.
Propiedad pública Item Returns a data cell at the specified row and column.
Propiedad pública RowCount Returns the number of rows in the data cell array.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering