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
David Bingham 22David Bingham 22 

Trying to get a report to show in a VF lightning component. Need to filter report by current page's Record ID.

So I've got this VF page:

User-added image

and this is what my VF Component looks like:

User-added image