FixedColumnHeaders Property (ITablix)
In This Topic
Gets a value indicating whether the column headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Syntax
'Declaration
ReadOnly Property FixedColumnHeaders As Boolean
bool FixedColumnHeaders {get;}
Property Value
A
System.Boolean value indicating whether the column headers should remain visible when scrolling.
See Also