GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Line Class : AnchorBottom Property |
'Declaration Public Property AnchorBottom As System.Boolean
public System.bool AnchorBottom {get; set;}
private void detail_Format(object sender, System.EventArgs eArgs) { this.line1.AnchorBottom = true; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Line1.AnchorBottom = True End Sub