GrapeCity ActiveReports for .NET 16.0J
VerticalAlignment プロパティ (ReportInfo)
使用例 

GrapeCity.ActiveReports.SectionReportModel 名前空間 > ReportInfo クラス : VerticalAlignment プロパティ
コントロールの境界内におけるテキストの垂直方向の配置を取得または設定します。
シンタックス
'宣言
 
Public Property VerticalAlignment As VerticalTextAlignment
public VerticalTextAlignment VerticalAlignment {get; set;}

プロパティ値

コントロールの境界内におけるテキストの垂直方向の配置を表すVerticalTextAlignment列挙値。デフォルト値はVerticalTextAlignment.Topです。
使用例
private void detail_Format(object sender, System.EventArgs eArgs) 
{ 
    this.reportInfo1.VerticalAlignment = VerticalTextAlignment.Top; 
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.ReportInfo1.VerticalAlignment = VerticalTextAlignment.Top
End Sub
参照

ReportInfo クラス
ReportInfo メンバ