Skip to main content

ReportService Constructors

A WCF service that allows you to manage the progress of remote document service operations (such as document generation, printing, exporting, editing, and storage).
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