다음을 통해 공유


FixedData 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

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

value = instance.FixedData
public abstract bool FixedData { get; }
public:
virtual property bool FixedData {
    bool get () abstract;
}
abstract FixedData : bool
abstract function get FixedData () : boolean

속성 값

유형: System. . :: . .Boolean
true if the tablix member should be kept in the viewing window when the user scrolls the page; otherwise, false.