DefaultReportFactory class
namespace: Serenity.Reporting assembly: Serenity.Net.Web
Default implementation of IReportFactory.
public class DefaultReportFactory : IReportFactory
| parameter | description |
|---|---|
| reportRegistry | The report registry. |
| serviceProvider | The service provider. |
| httpContextAccessor | The HTTP context accessor. |
Public Members
| name | description |
|---|---|
| DefaultReportFactory(…) | Default implementation of IReportFactory. |
| Create(…) | |
| SetParams(…) |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | reportRegistry or serviceProvider is null. |
Remarks
Initializes a new instance of the DefaultReportFactory class.
See Also
- interface IReportFactory
- Source: DefaultReportFactory.cs