Del via


TablixMember.RepeatOnNewPage Property

Gets a Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.

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

Syntax

'Declaration
Public Property RepeatOnNewPage As Boolean
    Get
    Set
'Usage
Dim instance As TablixMember
Dim value As Boolean

value = instance.RepeatOnNewPage

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

Property Value

Type: System.Boolean
A Boolean value.