ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering Namespace / IServiceContainer Interface / RemoveService Method
The type of service to remove.

In This Topic
RemoveService Method
In This Topic
Removes the specified service type from the service container.
Syntax
'Declaration
 
Sub RemoveService( _
   ByVal serviceType As Type _
) 
 

Parameters

serviceType
The type of service to remove.
See Also