다음을 통해 공유


PageBreakAtStart 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.