RepeatRowHeaders Property (Tablix)
In This Topic
Gets or sets a value indicating whether the row headers should be repeated on each page where a portion of the tablix appears.
Syntax
'Declaration
Public Property RepeatRowHeaders As Boolean
public bool RepeatRowHeaders {get; set;}
Property Value
A
System.Boolean value indicating whether to repeat row headers on each page.
See Also