Tablix.RepeatRowHeaders 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 RepeatRowHeaders As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace