Skip to main content
All docs
V25.1
  • CachedReportSourceBase.RemoveService(Type, Boolean) Method

    Namespace: DevExpress.XtraPrinting.Caching

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