GrapeCity ActiveReports for .NET 14.0J
Clear メソッド (ControlCollection)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ControlCollection クラス : Clear メソッド
コレクションからすべてのコントロールを削除します。
シンタックス
'宣言
 
Public Shadows Sub Clear() 
public new void Clear()
解説

コレクションから個々のコントロールを削除します。Remove メソッドを使用します。

使用例
private void rptGrapeCity_ReportStart(object sender, System.EventArgs eArgs)
{
    this.Sections[0].Controls.Clear();
}
Private Sub SectionReport1_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
    Me.Sections(0).Controls.Clear()
End Sub
参照

ControlCollection クラス
ControlCollection メンバ