No, but that sounds like it could become a very useful feature.
I think you are wanting a snapshot of the Image Register associated with a specific PLC/Project. Then be able to take that Image Register and load it "offline", and be able to use Ladder Status and Data View to monitor the "static" data (Trend View would show just a flat line at the snapshot-ed values, but even that might be useful).
Currently, there is a way to capture data in a .CSV file, then re-load it into a PLC (the same PLC or a different PLC). This feature was added in Rel 1.3. To create the .CSV, when connected online to the sourcing PLC, do File->Export->Memory Data. You select what range of elements you want to export (e.g. V0 thru V4095, C0 thru C2047, etc.). Once you generate the list of ranges you want, hit the Export! button at the bottom. Now you have the data in a .CSV file.
You can now take that .CSV and "Import" it into a different Do-more PLC with the same project. Once you connect to the other PLC with the same project as the source PLC, do File->Import->Memory Data..., select the .CSV file in the Open File dialog, then hit the Write to PLC button on the Import Memory Data dialog. Now you have a pseudo snapshot of that data in your local PLC. It won't have everything, but it will be somewhat close to the source PLC.