Skip to main content
All docs
V24.1

CachedReportSourceBase.AddService(Type, ServiceCreatorCallback, Boolean) Method

Namespace: DevExpress.XtraPrinting.Caching

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