Determines whether the PageBreak is currently enabled.
[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
Boolean. True if the control is enabled and should create a page break at the specified position; otherwise False.
[C#]
private void GroupFooter1_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub GroupFooter1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupFooter1.Format |
PageBreak Class | PageBreak Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.