Have copied the files from the "Reporting Services" folder in the DesktopModules/Reports/ExtVisualizers folder in my DotNetNuke installation to the DesktopModules/Reports/Visualizers folder, as stated in install.txt
Added the module to a page
First i get an error:
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.Webforms.HttpHandler, Microsoft.ReportViewer.Webforms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> to the system.web/httpHandlers section of the web.config file.
Added under httphandler in web.config: add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.Webforms.HttpHandler, Microsoft.ReportViewer.Webforms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<
Now no errors.
Changed visualizer in settings to (Experimental) Reporting Service Visualizer
Running a win2003 box with sql 2005 where bort my testwebsite and reporting server is installed at the same machine.
Copyed :
Microsoft.ReportViewer.Common.dll
Microsoft.ReportViewer.Webforms.dll
and Microsoft.ReportViewer.ProcessingObjectModel.dll to the bin dir at my testsite.
Tried several combinations in Server Url and Server Report Path
- all i get is: There is no query configured for this report. Please use the Settings page for this module to configure the query to generate the report from - no matter what i tried
Report Type have been tried with both Local Report and Server Report
With Local Report after to have copied a report.rdl to the root of the testsite, and removed the datasource as it is defined in the report.
What am i doing wrong...