Compartir a través de


Clase TablixBody

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixBody

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

Sintaxis

'Declaración
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

El tipo TablixBody expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ColumnCollection Gets the columns of the tablix body.
Propiedad pública IgnoreCellPageBreaks Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored.
Propiedad pública RowCollection Gets the rows of the tablix body.

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