To find Report references in a Dashboard, use the following SOQL.
Sample SOQL:
SELECT Dashboard.Title
FROM DashboardComponent
WHERE CustomReportId = ’00O8c000007uh5UEAQ’
FROM DashboardComponent
WHERE CustomReportId = ’00O8c000007uh5UEAQ’
Output: