How to display Dashboard in visualforce page in Salesforce?

How to display Dashboard in visualforce page in Salesforce?

<apex:page >
<apex:iframe src=”https://na12.salesforce.com/01ZU0000000NHAt” scrolling=”true” id=”theIframe”/>
</apex:page>


Here src is the source of the Dashboard. See the below figure to get the Dashboard URL.




Cheers!!!

Leave a Reply