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 | |
---|---|---|
CellContents | Page breaks in this ReportItem are ignored. | |
DefinitionPath | Gets the path to this report definition object in the report definition. | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. | |
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 | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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