| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal control As ARControl _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- Index to which the control should be inserted.
- control
- Control to be inserted.
| 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 | |