Compartilhar via


Classe TablixBody

Defines the layout and structure of the bottom right region that contains the data elements of the tablix.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixBody

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

Sintaxe

'Declaração
Public NotInheritable Class TablixBody
'Uso
Dim instance As TablixBody
public sealed class TablixBody
public ref class TablixBody sealed
[<SealedAttribute>]
type TablixBody =  class end
public final class TablixBody

O tipo TablixBody expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ColumnCollection Gets the columns of the tablix body.
Propriedade pública IgnoreCellPageBreaks Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored.
Propriedade pública RowCollection Gets the rows of the tablix body.

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