GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Section Class : Controls Property |
'Declaration Public ReadOnly Property Controls As ControlCollection
public ControlCollection Controls {get;}
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