Partilhar via


Propriedade do RDL Rectangle.PageBreakAtStart

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Rectangle Classe

Namespace Microsoft.ReportingServices.ReportRendering