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>