GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ReportInfo クラス : VerticalAlignment プロパティ |
'宣言 Public Property VerticalAlignment As VerticalTextAlignment
public VerticalTextAlignment VerticalAlignment {get; set;}
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