Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Boolean
A Boolean indicating whether there is a page break specified for the start of the rectangle.