Share via


Tablix.RepeatColumnHeaders Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RepeatColumnHeaders As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace