Partilhar via


Propriedade do RDL 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.

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

Sintaxe

'Declaração
Public Property FixedRowHeaders As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

Tablix Classe

Namespace Microsoft.ReportingServices.RdlObjectModel