IReportRegistry.GetReport method

namespace: Serenity.Reporting   assemblySerenity.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