Share via


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