Tablix.FixedColumnHeaders 属性
Indicates 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
A boolean value.