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
SFDC_Dev_2013SFDC_Dev_2013 

Report Chart in Visualforce page

Hi,

 

I have chart in report. Whether i can use that in visualforce page.????

 

I have seen the options like Viasulforce chartting and google charts.

 

Bt here i need is that i created a chart in report and i jus want to call that in visualforce page. Can i do that..?

qraishqraish
SFDC_Dev_2013SFDC_Dev_2013

Thank You quarish.

 

I can go with using iframe to add report chart or dashboard cahrt in visualforce page. :) :) :)

 

<apex:page sidebar="false" showHeader="false">
 <apex:iframe src="/01Z90000000hTgP" scrolling="true" id="theIframe"/>
</apex:page>

 

Marked read colour is your "Report id".

 

jaw999jaw999
When I do this in Chrome, the Account loads, then redirects and the report page itself loads!
jaw999jaw999
Or in any browser