RemoveAt Method (ReportCombiner)
In This Topic
Remove the report from the specified position in the reports list.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The index of the report to be removed.
See Also