See Also

Section Class  | Section Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Height Property

Gets or sets the height of the section.

[Visual Basic]
Public Property Height As Single
[C#]
public float Height {get; set;}

Return Type

Height of the section in inches.  Default is 2 inches.

Example

[C#] 

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

    this.Detail.Height = 2.0f; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Detail.Height = 2.0F
End Sub

See Also

Section Class  | Section Members

 

 


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