Access Dynamic AX report fetch method from .net Application

I tried to access one of my AX 2009 report fetch method from .net application using business connector.but it does not work.can anyone give me a solution for this problem.is it possible to access report methods ?.I can access methods inside tables and classes but i can’t access methods inside reports.

You cannot access/reuse the form or report methods directly. Rather create a class/ table method that handles the common logic and use it at required places