다음을 통해 공유


TablixMember.FixedData 속성

Gets or sets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property FixedData As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As TablixMember 
Dim value As Boolean 

value = instance.FixedData

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

속성 값

유형: System.Boolean
true if the tablix member has a fixed data; otherwise, false.

참고 항목

참조

TablixMember 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스