Свойство Rectangle.PageBreakAtStart

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

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

Синтаксис

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

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

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

См. также

Справочник

Rectangle Класс

Пространство имен Microsoft.ReportingServices.ReportRendering