ActiveReports 18 .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 (IServiceContainer)
    In This Topic
    Removes the specified service type from the service container.
    Syntax
    'Declaration
     
    Sub RemoveService( _
       ByVal serviceType As Type _
    ) 
    void RemoveService( 
       Type serviceType
    )

    Parameters

    serviceType
    The type of service to remove.
    See Also