共用方式為


PageBreakAtEnd 屬性

Indicates whether the page should break at the end of the group.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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.