PrintingSystemBase.AddService(Type, Object, Boolean) Method
Adds the specified service to the service container.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| serviceType | Type | The type of service to add. |
| serviceInstance | Object | An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. |
| promote | Boolean | true if this service should be added to any parent service containers; otherwise, false. |
Remarks
This method is intended for internal use only. Normally, you don’t need to use it.
See Also