Compartir a través de


TablixMember.RepeatOnNewPage Propiedad

Gets or sets 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.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property RepeatOnNewPage As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if a static tablix member should be repeated on every page; otherwise, false.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel