다음을 통해 공유


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 네임스페이스