Friday, April 12, 2013

Display All Dashboard in one Visualforce Page

Here is the code which works for me

<apex:page>
<apex:iframe src="/DashboardId?isdtp=nv" scrolling="true" 
   height="1588px" width="100%"/>
</apex:page>

No comments:

Post a Comment