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.
Gets a value that indicates whether the page should break at the end of the group.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PageBreakAtEnd As Boolean
Get
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.PageBreakAtEnd
public virtual bool PageBreakAtEnd { get; }
public:
virtual property bool PageBreakAtEnd {
bool get ();
}
abstract PageBreakAtEnd : bool
override PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value. A value of true indicates that the page should break at the end of the group.