Compartir a través de


Clase CellContents

Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CellContents

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

Sintaxis

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

El tipo CellContents expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ColSpan Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.
Propiedad pública ReportItem Gets the report item in the cell.
Propiedad pública RowSpan Indicates the number of rows this cell spans.

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

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.OnDemandReportRendering