Compartir a través de


Clase TablixHeader

Represents a group header in a tablix.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixHeader

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

Sintaxis

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

El tipo TablixHeader expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CellContents Page breaks in this ReportItem are ignored.
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Propiedad pública Size The height (if this is a column member) or width (if this is a row member) of the group header.

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