Is there a way to create a data report just like in foxpro, where the report itself is a separate file, instead of integrated into the exe? My program deals with different project that uses different print formats. I would like to have my program use a particular DataReport per project by, maybe just reading the report file assigned for that project and using that report file, just like in foxpro. If this can not be done, then how do u deal with a situation like this?