[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.IServiceContainer.AddService

AddService Method

AddService(Type, object)

Adds the specified service to the service container.

Declaration
void AddService(Type serviceType, object serviceInstance)
Parameters
Type Name Description
Type serviceType

The type of service to add.

object serviceInstance

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