Welcome to the Jazz Community Forum
"Generate a doc style report for this view" is there only for a Module to print view in table format, but not for Artifacts view.

When we enter into a module, if we use “Generate a report for this View”-> “Print module table”, we can export that view as it is into PDF but if do “Browse Artifacts” and use “Generate a report for this View”, we don’t have any option to export that Artifact view in table format. This is a limitation right?
Accepted answer

This "Quick Print" is only available for module. In MANIFEST.MF file under Install_dir/server/conf/rm/reporting/initialization/META-INF, you can check that quickprintmodule "Context" set for printModuleBook.dta template.
For artifacts, you can choose the Reports->Generate a Document-Style report menu
For artifacts, you can choose the Reports->Generate a Document-Style report menu
Comments

Thanks for the answer Subramanya.
But I want the same table format PDF for artifact view also, it's confusing for user

You can try setting the context ("quickprintmodule") for printArtifact.dta in Install_dir/server/conf/rm/reporting/initialization/META-INF similar to how it is set for printModuleBook.dta. After saving manifest.mf, run the publish initialize routine (by accessing https://server:port/rm/publish/initialize in browser).

Ok will try that, Thanks