GrapeCity ActiveReports for .NET 14.0J
Location プロパティ (Line)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Line クラス : Location プロパティ
コントロールの位置を取得または設定します。
シンタックス
'宣言
 
Public Overrides NotOverridable Property Location As PointF
public override PointF Location {get; set;}
使用例
private void detail_Format(object sender, System.EventArgs eArgs) 
{ 
    System.Drawing.PointF p = new System.Drawing.PointF(); 
    p.X = 0.5f; 
    p.Y = 0.5f; 
    this.line1.Location = p; 
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Dim p As System.Drawing.PointF
    p.X = 0.5
    p.Y = 0.5
    Me.Line1.Location = p
End Sub
参照

Line クラス
Line メンバ