Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace