Activity Forums Salesforce® Discussions How can I show report or dashboard on vf page?

  • Sourabh

    Member
    July 20, 2016 at 11:18 am

    Hi Pranav,

    If you want to add standard reports/dashboards to a VF page, you have to use iframe for it.
    You can set the source of the iframe to the URL of your report/dashboard.

    eg.
    <apex:page >
    <apex:iframe src="url of your report/dashboard" scrolling="true" id="theIframe"/>
    </apex:page>

    Thanks

  • Prakhar

    Member
    July 20, 2016 at 11:25 am

    Hii Pranav,

    You can use the below visualforce tag to include the reports on to Vf page.

    <analytics:reportChart>

    For more information of the above tag visit the link.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos