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