Partager via


Propriété Rectangle.PageBreakAtStart

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

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

Syntaxe

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

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

Valeur de propriété

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

Voir aussi

Référence

Rectangle Classe

Espace de noms Microsoft.ReportingServices.ReportRendering