PageBreakAtEnd 속성
Indicates whether there is a page break at the end of the rectangle.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.