Group.PageBreakAtEnd 属性

Gets a value that 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.

请参阅

参考

Group 类

Microsoft.ReportingServices.ReportRendering 命名空间