I would presume that the file to which you refer already exists, because it is possible open a report from VBA code in a mode that prints it (to the default printer) automatically.
In this case, look up articles on how to use the File System Object (FSO), after which it would be possible for you to just select that file by name assigned to an object variable, then use a .Print method on it.