Compartir a través de


Rectangle.PageBreakAtStart Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering