Share via


Rectangle.PageBreakAtStart Property

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

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

Syntax

'Declaration
Public ReadOnly Property PageBreakAtStart As Boolean
    Get
'Usage
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

Property Value

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