Skip to content

ReportRegistry.Report constructor

Initializes 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