Skip to main content
All docs
V23.2

CachedReportSourceBase.AddService(Type, ServiceCreatorCallback, Boolean) Method

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void AddService(
    Type serviceType,
    ServiceCreatorCallback callback,
    bool promote
)

Parameters

Name Type
serviceType Type
callback ServiceCreatorCallback
promote Boolean
See Also