Compartir a través de


CustomData Miembros

Represents the data to display in a custom report item. This class cannot be inherited.

El tipo CustomData expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DataCells Returns the data values contained in each detail cell of the custom report item data.
Propiedad pública DataColumnGroupings Returns the set of column groupings for the custom report item data.
Propiedad pública DataRowGroupings Returns the set of row groupings for the custom report item data.
Propiedad pública NoRows Indicates that the CustomData object contains no rows of data.

Principio