Proprietà RepeatColumnHeaders
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 RepeatColumnHeaders As Boolean
Get
'Utilizzo
Dim instance As Tablix
Dim value As Boolean
value = instance.RepeatColumnHeaders
public bool RepeatColumnHeaders { get; }
public:
property bool RepeatColumnHeaders {
bool get ();
}
member RepeatColumnHeaders : bool
function get RepeatColumnHeaders () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche