Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to call ssrs 2005 reports from dot net program without using report viewer?If possible what are the steps?
Posted

1 solution

Well, calling a report is not an issue. In order to show the rendered report to a user, you need a report viewer.

Pick the report from a given path. Since RDL's are XML based you can use it accordingly in code. Google for 'SSRS runtime' if you need more info.
 
Share this answer
 
Comments
deepak thomas 21-Oct-10 4:54am    
http://geekswithblogs.net/bsherwin/archive/2007/04/29/112094.aspx

i have seen a code in the link above without report viewer.i use almost the same way.but i get error when calling render method.

After deploying reports whether i should add web reference?
Pls reply

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900