Свойство Group.PageBreakAtStart

Gets a value that indicates whether the page should break at the start of the group.

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

Синтаксис

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

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

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

См. также

Справочник

Group Класс

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