Compartilhar via


Classe TablixHeader

Represents a group header in a tablix.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixHeader

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

Sintaxe

'Declaração
Public NotInheritable Class TablixHeader _
    Implements IDefinitionPath
'Uso
Dim instance As TablixHeader
public sealed class TablixHeader : IDefinitionPath
public ref class TablixHeader sealed : IDefinitionPath
[<SealedAttribute>]
type TablixHeader =  
    class 
        interface IDefinitionPath 
    end
public final class TablixHeader implements IDefinitionPath

O tipo TablixHeader expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CellContents Page breaks in this ReportItem are ignored.
Propriedade pública DefinitionPath Gets the path to this report definition object in the report definition.
Propriedade pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Propriedade pública Size The height (if this is a column member) or width (if this is a row member) of the group header.

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