Condividi tramite


Proprietà FixedRowHeaders

Indicates the row headers should be displayed on the page even when the user scrolls part of the Tablix off the page.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property FixedRowHeaders As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean
A boolean value.