i am not able to display report using report viewer in page having master page.there is no error and no report display happening.
with the same code i am able to display in individual page which doesnt have master page.
thanks in advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 21, 2011, 2:58 PM
If there is no error and no report is getting displayed than all i can guess is the ReportPath not set properly, try this..
Can you check that the relative path of the resources matches the relationship of your masterpage, content and the reportpath. You can either look at folder structure and find "relative" location of your .rdl file compare to your page.
Also look at Page source on the web page - the way you see it online - and check value of ReportPath= to be accurately pointing to your report file.
Please do not forget to mark "Accepted Answer".