共用方式為


TablixMember.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.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間