Свойство PageBreakAtEnd

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

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property PageBreakAtEnd As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value. A value of true indicates that the page should break at the end of the group.