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 | |
---|---|---|
ColumnCollection | Gets the columns of the tablix body. | |
IgnoreCellPageBreaks | Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored. | |
RowCollection | Gets the rows of the tablix body. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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