共用方式為


Tablix.FixedColumnHeaders 屬性

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.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property FixedColumnHeaders As Boolean 
    Get 
    Set
'用途
Dim instance As Tablix 
Dim value As Boolean 

value = instance.FixedColumnHeaders

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

屬性值

型別:System.Boolean
true if the column headers should be displayed on the page; otherwise, false.

請參閱

參考

Tablix 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間