다음을 통해 공유


PageBreakAtEnd 속성

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

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

구문

‘선언
Public ReadOnly Property PageBreakAtEnd As Boolean
    Get
‘사용 방법
Dim instance As Rectangle
Dim value As Boolean

value = instance.PageBreakAtEnd
public bool PageBreakAtEnd { get; }
public:
property bool PageBreakAtEnd {
    bool get ();
}
member PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean indicating whether there is a page break specified for the end of the rectangle.