다음을 통해 공유


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 네임스페이스