IReport | |
public interface IReportGroupEntityService : IReportGroupQueryService, IBusinessService
The IReportGroupEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new ReportGroup | |
| Delete | Deletes the specified ReportGroup. | |
| Get |
Gets a list of ReportGroups matching the specified filter.
(Inherited from IReportGroupQueryService) | |
| GetAll |
Gets all ReportGroups
(Inherited from IReportGroupQueryService) | |
| GetSingle |
Gets a single ReportGroup matching the provided filter.
(Inherited from IReportGroupQueryService) | |
| Update | Updates the specified ReportGroup |