Share via


Tablix.RepeatRowHeaders Property

Gets or sets a value that indicates whether the column headers should be repeated on each page on which a portion of the Tablix appears.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property RepeatRowHeaders As Boolean 
    Get 
    Set
'Usage
Dim instance As Tablix 
Dim value As Boolean 

value = instance.RepeatRowHeaders

instance.RepeatRowHeaders = value
public bool RepeatRowHeaders { get; set; }
public:
property bool RepeatRowHeaders {
    bool get ();
    void set (bool value);
}
member RepeatRowHeaders : bool with get, set
function get RepeatRowHeaders () : boolean 
function set RepeatRowHeaders (value : boolean)

Property Value

Type: System.Boolean
true if the column headers should be repeated on each page on which a portion of the Tablix appears; otherwise, false.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.RdlObjectModel Namespace