Sdílet prostřednictvím


Tablix.FixedRowHeaders Property

Gets or sets a value that indicates whether the row headers should be displayed on the page even when the user scrolls part of the Tablix off the page.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property FixedRowHeaders As Boolean 
    Get 
    Set
'Usage
Dim instance As Tablix 
Dim value As Boolean 

value = instance.FixedRowHeaders

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

Property Value

Type: System.Boolean
true if the row headers should be displayed on the page; otherwise, false.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.RdlObjectModel Namespace