Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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