IReportRegistry.GetReport method
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Gets a report by its key.
public Report GetReport(string reportKey, bool validatePermission = true)
| parameter | description |
|---|---|
| reportKey | Report key |
| validatePermission | Should validate the permission for report before returning. |
See Also
- class Report
- interface IReportRegistry