Compartir a través de


Rectangle.PageBreakAtEnd Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PageBreakAtEnd As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering