Partager via


Propriété Tablix.FixedRowHeaders

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.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property FixedRowHeaders As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel