have tried to implement a reportviewer rdlc report in a VS 2010 webforms project. The page displays with the spinner continuously spinning but there is no data. I believe that I have all the appropriate assemblies referenced but not sure. Anything I need to look for? | The mentioned issues may have occurred due to missed to refer any of WebAPI dependent assemblies in application. Due to this, Registering the WebAPI service gets failed internally. So ensure whether the below WebAPI dependent assemblies are properly referred in your application. · System.Web.Routing · System.Web.Http · System.Web.WebHost · System.Net.Http · System.Net.Http.WebRequest · System.Net.Http.Formatting We have prepared a sample and it can be downloaded from the below location, https://www.syncfusion.com/downloads/support/forum/122051/ze/ReportViewer_Asp.Net-791356516.zip You can obtain the ASP.Net ReportViewer samples from the below build installed location, Please refer to the online UG documentation for more details, https://help.syncfusion.com/aspnet/reportviewer/getting-started If the issue still persists, then revert us the sample along with the replication procedure to validate this issue. |
Thank you for your quick response. I have the assemblies referenced below in my test project and I must still be missing something. Please see attached project. Hopefully, that will help. Thanks! Attachment: ReportViewerTest1_bfdf552c.7z | You have missed to add WebAPI controller in the shared sample. So, please include the Reporting WebAPI controller as shown in the below screenshot. We have modified the shared sample and it can be downloaded from the below location, https://www.syncfusion.com/downloads/support/forum/122051/ze/ReportViewerTest1_bfdf552c-1640709703.zip |
One more question please, do you have a sample project how to display dropdowns and datepickers underneath the report viewer toolbar for parameters like the online samples have? | We have rendered the dropdown and datepicker controls in the ReportViewer toolbar as explained in the below link toolbar code example. https://js.syncfusion.com/demos/jquery/#!/azure/toolbar/template You can also customize the ReportViewer toolbar based on your usage and please refer to the KB article for more details about tool customization. https://www.syncfusion.com/kb/4824/how-to-customize-the-reportviewer-toolbar |
Also, I am having problems with displaying a chart next to the table data. I've tried a pie chart and a bar chart. | We were unable to replicate the reported issue at our end. We have prepared a sample with chart and it can be downloaded from the location: https://www.syncfusion.com/downloads/support/forum/122051/ze/ReportViewerSample-176821905.zip If the issue still persists, then share the reproducible procedure or rdl report definition with us to validate this issue. |
I've the chart showing up now. Can there be more than one datasource per report? | Yes, we can use more than one datasource in RDL reports. |
Sorry for the confusion. I am working on two reports at the same time. One is a billing invoice and the other is a report with parameters. An example would be a billing Invoice . The upper half would display shipping info and the lower half would display items? The SaleOrderDetail.rdlc is similar to what I need. | In above shared sample, SalesorderDetails demo contains invoice like scenario and Sales Dashboard demo contains table with chart visualization. |