Method | Description | |
---|---|---|
ReportingHost ( IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System |
Creates a new reporting host
|
|
ReportingHost ( string overrideTemplateNamespace, System overrideTemplateAssembly, IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System |
Creates a new reporting host
|
public ReportingHost ( IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System | ||
fileOpener | IFileOpener | |
tempFileService | ITempFileService | |
errorReporter | IReportingErrorReporter | |
return | System |
public ReportingHost ( string overrideTemplateNamespace, System overrideTemplateAssembly, IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System | ||
overrideTemplateNamespace | string | null or empty, if default templates should be used, else a assembly with templates. |
overrideTemplateAssembly | System | null, if default templates should be used, else a assembly with templates. |
fileOpener | IFileOpener | |
tempFileService | ITempFileService | |
errorReporter | IReportingErrorReporter | |
return | System |