Skip to main content
All docs
V24.1

CachedReportSourceBase.RemoveService(Type, Boolean) Method

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void RemoveService(
    Type serviceType,
    bool promote
)

Parameters

Name Type
serviceType Type
promote Boolean
See Also