CachedReportSourceBase.AddService(Type, ServiceCreatorCallback, Boolean) Method
In This Article
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public void AddService(
Type serviceType,
ServiceCreatorCallback callback,
bool promote
)
#Parameters
Name | Type |
---|---|
service |
Type |
callback | Service |
promote | Boolean |
See Also