You need to sign in to do that
Don't have an account?

How to display reports in vf page
Hi
I have an requirement that i am tryong to insert Records in to object after completing insertation operation i want to display reports in vf page
For example i am inserted 200 records in to x object after completing operation i want to generate report on insertation of 200 records which are successfully inserted and which records failed to insert
Thanks In Advance
Sampath Palli
I have an requirement that i am tryong to insert Records in to object after completing insertation operation i want to display reports in vf page
For example i am inserted 200 records in to x object after completing operation i want to generate report on insertation of 200 records which are successfully inserted and which records failed to insert
Thanks In Advance
Sampath Palli
https://developer.salesforce.com/forums/?id=906F000000097b1IAA
Use the below code snippets as reference
Please check below post
1) https://vanityforce.wordpress.com/2011/10/10/displaying-a-report-within-visualforce/
2) http://stackoverflow.com/questions/23397559/display-report-in-visualforce-page
Let us know if this will help you