Erick,
Open the project, then from tools/code references search for "report form" (you might need to use regular expressions because "repo form" is as valid as "report form" - first 4chars are sufficient for many commands/functions). If you find one with the filename of you report file then you're just on target, but generally do not expect to find one. ie: In a big application we have only one line starting with "report form" and all reports are driven by some kind of metadata.
If you see a menu option or for with a clue that it's about reports then you should directly check one too (actually running the application and checking where reports are called from would be a guide).
|