GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Section クラス : Controls プロパティ |
'宣言 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