IReportFactory.Create method
Creates a report for the given report key.
public IReport Create(string reportKey, string? reportParams, bool validatePermission = true)
| parameter | description |
|---|---|
| reportKey | Report key |
| reportParams | Optional JSON options to set in the report |
| validatePermission | True if the permission for the report should be validated |
Return Value
The created report instance.
See Also
- interface IReport
- interface IReportFactory