Deletes a report (pass-through to ReportService)
Future<void> deleteReport(String reportId) async { await _reportService.deleteReport(reportId); }