PowerTools ActiveReports for .NET 9.0J
Parent プロパティ (ARControl)
使用例 

コントロールの親セクションへの参照を取得します。
構文
'宣言
 
Public ReadOnly Property Parent As Object
public object Parent {get;}

プロパティ値

親セクションへの参照。

使用例
private void rptGrapeCity_ReportStart(object sender, System.EventArgs eArgs)
{
    System.Windows.Forms.MessageBox.Show (this.textBox2.Parent.ToString());
}
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
    MessageBox.Show(Me.TextBox1.Parent.ToString())
End Sub
参照

関連項目

ARControl クラス
ARControl メンバ
Section クラス

 

 


©2003-2015 GrapeCity inc. All rights reserved.