PageBreakAtStart Property (Band)
In This Topic
Gets or sets a value indicating whether a page break occurs immediately before the current band.
Syntax
'Declaration
Public Property PageBreakAtStart As Boolean
public bool PageBreakAtStart {get; set;}
Property Value
A
System.Boolean value where
true
if a page break occurs before the band; otherwise,
false
.
See Also