GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > PageBreak Class : Enabled Property |
'Declaration Public Property Enabled As System.Boolean
public System.bool Enabled {get; set;}
Boolean. True if the control is enabled and should create a page break at the specified position; otherwise False.
private void groupFooter1_Format(object sender, System.EventArgs eArgs) { this.pageBreak1.Enabled = false; }
Private Sub GroupFooter1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupFooter1.Format Me.PageBreak1.Enabled = False End Sub