ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering Namespace / IServiceContainer Interface / AddService Method
The type of service to add.
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.

In This Topic
    AddService Method (IServiceContainer)
    In This Topic
    Adds the specified service to the service container.
    Syntax
    'Declaration
     
    Sub AddService( _
       ByVal serviceType As Type, _
       ByVal serviceInstance As Object _
    ) 
    void AddService( 
       Type serviceType,
       object serviceInstance
    )

    Parameters

    serviceType
    The type of service to add.
    serviceInstance
    An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
    See Also