| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- control
- The ARControl to add to the collection.
| C# | Copy Code |
|---|---|
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
The Add method adds the control to the end of the collection.