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.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
A Boolean value.