Is it possible to do validation for the Actions added to Reports?

Is it possible to do validation for the Actions added to Reports?

  1. We have an all-around On Validate function that checks all the possibilities before the Created/Edited form submissions. 
  2. We want to have a button in the report view, so we can change records without entering. 
  3. We are able to add this button, and it does the change we ask it to do, but without any of the validations.
  4. Is it possible to call this validation function from within this button, or do we need to copy all the validation function into this little action button's function?