ReportRegistry constructor
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Creates an instance of the class.
public ReportRegistry(ITypeSource typeSource, IPermissionService permissions,
ITextLocalizer localizer)
| parameter | description |
|---|---|
| typeSource | The type source to search report types in |
| permissions | Permission service |
| localizer | Text localizer |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
See Also
- interface ITypeSource
- interface IPermissionService
- interface ITextLocalizer
- class ReportRegistry