ActiveReports 10
Remove Method (DataSourceCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSourceCollection Class : Remove Method
The DataSource object to remove.
Removes the specified DataSource object from the DataSourceCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As DataSource _
) 
public void Remove( 
   DataSource value
)

Parameters

value
The DataSource object to remove.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members