You need to sign in to do that
Don't have an account?

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..?
May be these tips from Andy Mahood will help to get you started...
http://vanityforce.wordpress.com/2013/02/03/two-methods-for-embedding-a-report-or-dashboard-chart-in-visualforce-or-standard-pagelayout/
If you scroll down, there's a section named
Displaying a Salesforce Report within Visualforce
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".