PrintingSystemBase.RemoveService(Type, Boolean) Method
Removes the specified service type from the service container.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceType | Type | The type of service to remove. |
promote | Boolean | true if this service should be removed from 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