Idea Summary
Adding a delete button to a classic report should be easier than it is at this time. it should be more of a drag and drop event,, with a little bit of editing, rather than the multiple steps required.
Use Case
When creating a report and adding a button for delete it should be wired up to delete the row.
Preferred Solution (Optional)
We should add the column and the button, the button should already know the row id and the click event should automatically delete the row based on the row id. It would be great if we could also imply an automatic refresh for the report that the button is on.