Propriedade do RDL TablixMember.RepeatOnNewPage
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.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if a static tablix member should be repeated on every page; otherwise, false.