C# Class Zetbox.Client.Reporting.ReportingHost

Inheritance: Zetbox.API.Common.Reporting.AbstractReportingHost
Mostrar archivo Open project: daszat/zetbox

Public Methods

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

Method Details

ReportingHost() public method

Creates a new reporting host
public ReportingHost ( IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System
fileOpener IFileOpener
tempFileService ITempFileService
errorReporter IReportingErrorReporter
return System

ReportingHost() public method

Creates a new reporting host
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