Compartir a través de


Tablix.RepeatColumnHeaders Propiedad

Gets or sets a value that indicates whether the column headers should be repeated on each page on which a portion of the Tablix appears.

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

Sintaxis

'Declaración
Public Property RepeatColumnHeaders As Boolean 
    Get 
    Set
'Uso
Dim instance As Tablix 
Dim value As Boolean 

value = instance.RepeatColumnHeaders

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

Valor de la propiedad

Tipo: System.Boolean
true if the column headers should be repeated on each page on which a portion of the Tablix appears; otherwise, false.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel