function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OnDem DevOnDem Dev 

Displaying Report chart in Visualforce page

Hi,

 

On a Custom Object, I created a report that generates a chart. No i want this chart to be shown in a Visualforce pge.

But when itry to do this, the entire page with headers, tabs and footers get shown up.

 

Is there anyway that only the chart can be displayed in Visualforce page?

 

Regards,

OnDem

jbroquistjbroquist

If you want to hide the Salesforce header and sidebar, modify your apex page tag to have the following properties:

 

<apex:page showHeader="false" sidebar="false">

 

 //Jonathan

 

Message Edited by jbroquist on 08-27-2009 02:28 PM
Bryn JonesBryn Jones
add ?isdtp=vw on the end of the url