IReport | |
public interface IReportService : IReportQueryService, IBusinessService
The IReportService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Reports matching the specified filter.
(Inherited from IReportQueryService) | |
| GetAll |
Gets all Reports
(Inherited from IReportQueryService) | |
| GetSingle |
Gets a single Report matching the provided filter.
(Inherited from IReportQueryService) |