Skip to main content
All docs
V24.2

CachedReportSourceBase.RemoveService(Type, Boolean) Method

In This Article

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v24.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