-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MvcReportViewerExample references TestReports/TestReport which is not included in the source code #161
Comments
Please configure your report server in https://github.com/ilich/MvcReportViewer/blob/master/MvcReportViewerExample/Web.config ( configuration section). The report URLs are set in the views, e.g. https://github.com/ilich/MvcReportViewer/blob/master/MvcReportViewerExample/Views/Home/Index.cshtml I hope it helps. |
I am going to submit my test reports to simplify the process. |
I built a test report today when I was messing around with this again. I'll send you a pull request with JUST that report project in it. Feel free to take or leave it without offending me. It is just the simplest possible report that will work with the examples and deploys to TestReports/TestReport. 😃 If you like yours better, by all means, publish that one instead. |
Sure. Please submit a pull request! 👍 |
Pull request created here. Thanks again for building this thing, and especially for staying involved. |
can i load local rdl?? |
Great tool. Thanks MUCH for developing it.
I have forked the repo, downloaded it, opened the solution, and configured it to run against my local SSRS Report Server. I immediately ran into a problem.
In ReportViewerExtensions.SetupRemoteProcessing, I hit this line of code:
serverReport.SetParameters(parameters.ReportParameters.Values);
When that line executes, I get an exception: The item '/TestReports/TestReport' cannot be found.
I know how to publish reports to my local report server, but after an exhaustive search of the repository, I cannot find any report named TestReport, nor can I find any .rdlc file named TestReport.rdlc.
If I am missing something, please let me know. Otherwise, please include the TestReport you are using so people can run the examples :)
Cheers,
Eric Burcham
The text was updated successfully, but these errors were encountered: