Yes, but you don't specify how you're intending to do so.
Here's one thread demonstrating usage of one of the formats you haven't mentioned, the snapshot format thread705-848204, with the sendobject method. Else look into the other formats of the sendobject method (F1), where most of the formats you're after is available. Though, every format has it's limitation. Using snapshopt, you'll get an excact copy, but no editing. Using the other formats, you'll get various degrees of visual similarity between the report and the outcome, but the possibility to edit.
One challenge with this, is that other methods than the .openreport method of the docmd object, does not allow for filtering, so you will need to for instance enter such filter in the underlying query, or assign it in the reports on open event.
Roy-Vidar