Skip to main content
A newer version of this page is available. .

ReportService(IIntermediateReportService, IDALService, ICleanService, IOperationContextService) Constructor

For internal use.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

Declaration

public ReportService(
    IIntermediateReportService intermediateService,
    IDALService dalService,
    ICleanService cleanService,
    IOperationContextService operationContextService
)

Parameters

Name Type
intermediateService DevExpress.XtraReports.Service.Native.Services.IIntermediateReportService
dalService DevExpress.XtraReports.Service.Native.Services.IDALService
cleanService DevExpress.XtraReports.Service.Native.Services.ICleanService
operationContextService DevExpress.XtraReports.Service.Native.Services.IOperationContextService
See Also