Partager via


Propriété Group.PageBreakAtEnd

Gets a value that indicates whether the page should break at the end of the group.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property PageBreakAtEnd As Boolean 
    Get
'Utilisation
Dim instance As Group 
Dim value As Boolean 

value = instance.PageBreakAtEnd
public virtual bool PageBreakAtEnd { get; }
public:
virtual property bool PageBreakAtEnd {
    bool get ();
}
abstract PageBreakAtEnd : bool 
override PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value. A value of true indicates that the page should break at the end of the group.

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.ReportingServices.ReportRendering