Свойство PageBreakAtEnd

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

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

Синтаксис

'Декларация
Public ReadOnly Property PageBreakAtEnd As Boolean
    Get
'Применение
Dim instance As Rectangle
Dim value As Boolean

value = instance.PageBreakAtEnd
public bool PageBreakAtEnd { get; }
public:
property bool PageBreakAtEnd {
    bool get ();
}
member PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean

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

Тип: System. . :: . .Boolean
A Boolean indicating whether there is a page break specified for the end of the rectangle.