[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.IServiceContainer

IServiceContainer Interface

Represents a container for services.

Namespace: GrapeCity.ActiveReports.Core.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IServiceContainer : IServiceProvider

Methods

Name Description
AddService(Type, object)

Adds the specified service to the service container.

RemoveService(Type)

Removes the specified service type from the service container.

Extension Methods