Partager via


Propriété Rectangle.PageBreakAtEnd

Indicates whether there is a page break at the end of the rectangle.

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

Syntaxe

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

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

Valeur de propriété

Type : System.Boolean
A Boolean indicating whether there is a page break specified for the end of the rectangle.

Voir aussi

Référence

Rectangle Classe

Espace de noms Microsoft.ReportingServices.ReportRendering