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
Tobias HaggeTobias Hagge 

Render report output on Visualforce page

Hello.

Rendering a report in a VF page is easy, but is there a way to only render the output columns/rows? Basically without all the report informations, filters, etc.?

The section I am referring to is "div.reportOutput". Hopefully that helps.
SonamSonam (Salesforce Developers) 
It would not be possible to just show the result, however, you can use SOQL and get the output on the page as suggested in the following thread:
https://developer.salesforce.com/forums?id=906F0000000969TIAQ