IReport | |
public interface IReportEntityService : IReportQueryService, IBusinessService
The IReportEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Report | |
| Delete | Deletes the specified Report. | |
| 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) | |
| Update | Updates the specified Report |