IReportRegistry interface

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Abstraction for the registry which holds and allows querying list of available reports by their keys and categories.

public interface IReportRegistry

Members

name description
GetAvailableReportsInCategory(…) Gets all available reports in category, for example "Northwind". This only returns reports that current user has access to, by checking their permissions if any.
GetReport(…) Gets a report by its key.
HasAvailableReportsInCategory(…) Returns true if there are reports in the category passed.

See Also