Share via


TablixMember.TablixHeader Property

Gets the header cell of the tablix member.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property TablixHeader As TablixHeader 
    Get
'Usage
Dim instance As TablixMember 
Dim value As TablixHeader 

value = instance.TablixHeader
public abstract TablixHeader TablixHeader { get; }
public:
virtual property TablixHeader^ TablixHeader {
    TablixHeader^ get () abstract;
}
abstract TablixHeader : TablixHeader
abstract function get TablixHeader () : TablixHeader

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixHeader
A TablixHeader object that represents the header cell of the tablix member.

See Also

Reference

TablixMember Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace