See Also

Line Class  | Line Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

AnchorBottom Property

Anchors the line to the bottom of the containing section.

[Visual Basic]
Public Property AnchorBottom As Boolean
[C#]
public bool AnchorBottom {get; set;}

Return Type

Boolean.

Remarks

When set to True, this property will create a continuous line from line controls in adjacent sections.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Line1.AnchorBottom = true; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Line1.AnchorBottom = True
End Sub

See Also

Line Class  | Line Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.