Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the header cell of the tablix member.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixHeader As TablixHeader
Get
Set
'Usage
Dim instance As TablixMember
Dim value As TablixHeader
value = instance.TablixHeader
instance.TablixHeader = value
public TablixHeader TablixHeader { get; set; }
public:
property TablixHeader^ TablixHeader {
TablixHeader^ get ();
void set (TablixHeader^ value);
}
member TablixHeader : TablixHeader with get, set
function get TablixHeader () : TablixHeader
function set TablixHeader (value : TablixHeader)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixHeader
A TablixHeader object.