Registers the service.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void AddService( Type type, Object service ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddService ( _ type As Type, _ service As Object _ ) |
| Visual C++ |
|---|
public: void AddService( Type^ type, Object^ service ) |
Parameters
- type
- Type: System..::.Type
The type. The instance of Type class.
- service
- Type: System..::.Object
The service.