共用方式為


Rectangle.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.

請參閱

參考

Rectangle 類別

Microsoft.ReportingServices.ReportRendering 命名空間