Condividi tramite


Proprietà Tablix.RepeatRowHeaders

Indicates the column headers should be repeated on each page on which a portion of the tablix appears.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RepeatRowHeaders As Boolean 
    Get
'Utilizzo
Dim instance As Tablix 
Dim value As Boolean 

value = instance.RepeatRowHeaders
public bool RepeatRowHeaders { get; }
public:
property bool RepeatRowHeaders {
    bool get ();
}
member RepeatRowHeaders : bool
function get RepeatRowHeaders () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Tablix Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering