Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property RepeatOnNewPage As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if a static tablix member should be repeated on every page; otherwise, false.