Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates whether there is a page break at the start of the rectangle.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PageBreakAtStart As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean indicating whether there is a page break specified for the start of the rectangle.