ActiveReports 13
RemoveAt Method (ReportCombiner)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.ReportsCore.Tools Namespace > ReportCombiner Class : RemoveAt Method
The index of the report to be removed.
Remove the report at specified position in the reports list.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The index of the report to be removed.
See Also

Reference

ReportCombiner Class
ReportCombiner Members