GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Line クラス : AnchorBottom プロパティ |
ブール型。
Trueに設定すると、このプロパティはLineコントロールで隣接したセクションから帳票ラインを作成します。
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