ReportService(IIntermediateReportService, IDALService, ICleanService, IOperationContextService) Constructor
For internal use.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
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