Skip to main content
All docs
V23.2

CachedReportSourceBase.RemoveService(Type, Boolean) Method

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void RemoveService(
    Type serviceType,
    bool promote
)

Parameters

Name Type
serviceType Type
promote Boolean
See Also