PageBreakAtEnd 属性
Indicates whether there is a page break at the end of the rectangle.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property PageBreakAtEnd As Boolean
Get
用法
Dim instance As Rectangle
Dim value As Boolean
value = instance.PageBreakAtEnd
public bool PageBreakAtEnd { get; }
public:
property bool PageBreakAtEnd {
bool get ();
}
member PageBreakAtEnd : bool
function get PageBreakAtEnd () : boolean
属性值
类型:System. . :: . .Boolean
A Boolean indicating whether there is a page break specified for the end of the rectangle.