Hi Karthick,
Try the following text mode in a project report. This will display the name of all documents stored against each project and the current proof decision against each of those documents.
displayname=Documents and Proof Status
listdelimiter=<br>
listmethod=nested(documents).lists
textmode=true
type=iterate
valueexpression=CONCAT({name}," - ",{currentVersion}.{proofDecision})
valueformat=HTML
Best Regards,
Rich.