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
Thiruchuri AdityanThiruchuri Adityan 

Report in a visualforce page

How to show a report in a visualforce page without using iframe and apex:canvas.  ?? Any ideas ??
KaranrajKaranraj
Thiruchuri - You can use Salesforce Reporting API to get the report details and display in your visualforce. Check the below link which will be helpful for you to get start your development.

Salesforce1 Reporting API developer guide - https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_intro.htm
Salesforce1 reporting API on visualforce page [blog] - https://developer.salesforce.com/blogs/developer-relations/2013/09/using-the-salesforce-analytics-api-on-a-visualforce-page.html 
Sample code - http://salesforce.stackexchange.com/questions/49446/tabular-report-data-via-analytics-api

Thanks,
Karanraj
Thiruchuri AdityanThiruchuri Adityan
Thanks for your reply. . But I dont want like this. . I will be passing a list of report ids.  So for that ids I want to show all . . 
KaranrajKaranraj
You want to show like a dashboard/charts or you want to display in tabluar formate?
Thiruchuri AdityanThiruchuri Adityan
ha some what similar. . .