ReportRegistry.Report constructor
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Creates a new instance of the class
public Report(Type type, ITextLocalizer localizer)
| parameter | description |
|---|---|
| type | Report type |
| localizer | Text localizer |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Type is null |
See Also
- interface ITextLocalizer
- class Report