Compartilhar via


Classe CellContents

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

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CellContents

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo CellContents expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade 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.
Propriedade pública ReportItem Gets the report item in the cell.
Propriedade pública RowSpan Indicates the number of rows this cell spans.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering