PageBreakAtEnd 속성
Indicates whether the page should break at the end of the group.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Overridable ReadOnly Property PageBreakAtEnd As Boolean
Get
‘사용 방법
Dim instance As Group
Dim value As Boolean
value = instance.PageBreakAtEnd
public virtual bool PageBreakAtEnd { get; }
public:
virtual property bool PageBreakAtEnd {
bool get ();
}
abstract PageBreakAtEnd : bool
override PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean
속성 값
형식: System. . :: . .Boolean
A Boolean value. A value of true indicates that the page should break at the end of the group.