Hi Dawn,
If you create a column in text mode within your report and use the following code (but obviously replace 'your domain' with your domain!), the document name and document URL will be displayed within the report. The URL is clickable and will take the user directly to the document's landing page where they can choose to preview / download the document:
valueexpression=CONCAT({name}," - https://yourdomain.my.workfront.com/document/view?ID=",{ID})
listdelimiter=
listmethod=nested(documents).lists
valueformat=HTML
displayname=Documents
textmode=true
type=iterate
Best Regards,
Rich.