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

ReportService Constructors

Maintains WCF service and provides the printing functionality for a report service.
Name Parameters Description
ReportService() none Initializes a new instance of the ReportService class with the default settings.
ReportService(IIntermediateReportService, IDALService, ICleanService, IOperationContextService) intermediateService, dalService, cleanService, operationContextService For internal use.
ReportService(IServiceProvider) serviceProvider Initializes a new instance of the ReportService class with the specified service provider.
See Also