ActiveReports 13
RemoveService<T> Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > IServiceContainer Interface : RemoveService<T> Method
The type of service to remove.
Removes the specified service type from the service container
Syntax
'Declaration
 
Sub RemoveService(Of T)() 
void RemoveService<T>()

Type Parameters

T
The type of service to remove.
See Also

Reference

IServiceContainer Interface
IServiceContainer Members