Tablix.FixedColumnHeaders Property

Definition

Gets or sets a value that indicates whether the column headers should be displayed on the page even when the user scrolls part of the Tablix off the page.

public:
 property bool FixedColumnHeaders { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool FixedColumnHeaders { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.FixedColumnHeaders : bool with get, set
Public Property FixedColumnHeaders As Boolean

Property Value

true if the column headers should be displayed on the page; otherwise, false.

Attributes

Applies to