how to override report forms, single page dashboard

Permalink
I can't seem to override the report forms controller, could someone point me in the right direction.
I've tried copying files up to the top level and extending the core concrete5 class but that hasn't worked
so I;ve got
class My_Controller_Dashboard_Reports_Forms extends Concrete5_Controller_Dashboard_Reports_Forms {

... my new stuff
}

any help much appreciated