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 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.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property RepeatOnNewPage As Boolean
Get
'Utilisation
Dim instance As TablixMember
Dim value As Boolean
value = instance.RepeatOnNewPage
public abstract bool RepeatOnNewPage { get; }
public:
virtual property bool RepeatOnNewPage {
bool get () abstract;
}
abstract RepeatOnNewPage : bool
abstract function get RepeatOnNewPage () : boolean
Valeur de propriété
Type : System.Boolean
true if the tablix member should be repeated on every page; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering