I want to create a new Visual force page with visual force markup code
<apex:page >
<apex:iframe src="**ReportID**?isdtp=nv" scrolling="true" id="theIframe"/>
</apex:page>
Where the report will be already created programmatically and the report id from that URL is given as a parameter.
Please post the details and snippets if possible, I am a very newbie to salesforce development.
Thanks In advance.