Group.PageBreakAtStart Property

Indicates whether the page should break at the start of the group.

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

Syntax

'Declaration
Public Overridable ReadOnly Property PageBreakAtStart As Boolean
    Get
'Usage
Dim instance As Group
Dim value As Boolean

value = instance.PageBreakAtStart
public virtual bool PageBreakAtStart { get; }
public:
virtual property bool PageBreakAtStart {
    bool get ();
}
abstract PageBreakAtStart : bool
override PageBreakAtStart : bool
function get PageBreakAtStart () : boolean

Property Value

Type: System.Boolean
A Boolean value. A value of true indicates that the page should break at the start of the group.