c# - Need help creating a aspx page demonstrating opening a SSRS report through a url -
first: not web-developer, experience asp.net marginal. why seek help. need instructions how create simple asp page
- list hierarchical view of reports on specific location.
- these reports must transformed hyperlinks open report without asking credentials
- on opening report page must know parameters necessary in report, type , whether should shown.
- this should done without using reportviewer web control
i figured use listchildren() list of reports. know that, when know name , location of report, can open through url. know is possible iterate through parameters of report , show/hide them in page how in asp.net page?
i can not find real simple noob level instructions should not hard....
can provide me examples/hints/easy-to-follow-step-by-step-reporting-and-programming-for-dummies-instructions on noob-level?
i using vs2012, sql 2012 standard, windows server 2012, iis8
Comments
Post a Comment