Condividi tramite


Proprietà PageBreakAtStart

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

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

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