Share via


Tablix.FixedColumnHeaders Property

Indicates the column headers should be displayed on the page even when the user scrolls part of the tablix off the page.

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

Syntax

'Declaration
Public ReadOnly Property FixedColumnHeaders As Boolean 
    Get
'Usage
Dim instance As Tablix 
Dim value As Boolean 

value = instance.FixedColumnHeaders
public bool FixedColumnHeaders { get; }
public:
property bool FixedColumnHeaders {
    bool get ();
}
member FixedColumnHeaders : bool
function get FixedColumnHeaders () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace