Compartir a través de


FixedColumnHeaders Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property FixedColumnHeaders As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

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