GrapeCity ActiveReports for .NET 12.0J
AnchorBottom プロパティ
使用例 

罫線の末尾を隣接したセクションまで引きます。
構文
'宣言
 
Public Property AnchorBottom As Boolean
public bool AnchorBottom {get; set;}

プロパティ値

ブール型。

解説

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
参照

関連項目

Line クラス
Line メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.