function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lisa.sturycz1.3890322391892622E12lisa.sturycz1.3890322391892622E12 

​Embedding report results only (no filters, headers, etc.) into VF page

​How would I go about embedding report results only (no filters, headers, etc.) into VF page? 

Our business requirement is to have a link on the Home screen that displays the report without any ability to change filters, etc. Only see the report results as the report was defined. I was able to embed a report chart quite simply, but this did not meet the need of seeing detail records.
bob_buzzardbob_buzzard
I think you'll need to use the reporting API via apex for this :

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_analytics_intro.htm

This allows you to execute the report from your VF controller and extract the results to display however you want.