Friday, October 5, 2012

Displaying Reports or Dashboard In VFP:

Displaying Reports or Dashboard In VFP:
This is a simple usage of iframe for displaying report or dashboard in to your visual force.The visual force page shown below after src give your report or dashboard id .

<apex:page >
  <!-- Begin Default Content REMOVE THIS -->
  <h1>Congratulations</h1>
  This is your new Page: displayreportanddashboard
  <!-- End Default Content REMOVE THIS -->
  <apex:iframe src="/00OC0000004dlg4?isdtp=nv" scrolling="true" height="1588px" width="100%"/>
</apex:page>

No comments:

Post a Comment