PageBreakAtStart 属性

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

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property PageBreakAtStart As Boolean
    Get
用法
Dim instance As Rectangle
Dim value As Boolean

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

属性值

类型:System. . :: . .Boolean
A Boolean indicating whether there is a page break specified for the start of the rectangle.