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 parameter.
Please post the details and snippets if possible, I am a very newbie to salesforce development.
Thanks In advance.
The following code can create a visual force page:
And check the status by Checkstatus() method of metadata API.
Include the following jars wsc-XX.jar, metadata.jar, partner.jar, enterprise.jar from salesforce.