PowerTools ActiveReports for .NET 11.0J
Controls プロパティ (Section)
使用例 

セクション内に含まれるすべてのコントロールのコレクションを取得します。
構文
'宣言
 
Public ReadOnly Property Controls As ControlCollection
public ControlCollection Controls {get;}

プロパティ値

セクション内に含まれるすべてのコントロールを表す ControlCollection オブジェクト。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.detail.Controls.Clear();
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Detail1.Controls.Clear()
End Sub
参照

関連項目

Section クラス
Section メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.