1. You stated that reports can be processed locally or on SSRS. Does that mean that I don't need to have SSRS at all |
Our ReportViewer supports RDL, RDLC & SSRS Reports and we can load the both the local and SSRS RDL reports in our LSHTML ReportViewer. |
everything can run on the client only? |
Our ReportViewer requires some Restful service to process rdl/rdlc report, so we have used WebAPI for server report processing and js to render the end result of report JSON. Since our ReportViewer requires WebAPI service for processing the report, it does not fully works in client side. |
2. If the answer to the above question is "yes", do you have any real life sample of that? I've looked at one of your samples you've provide and data was manually included in the code there instead of using local tables. I'm looking for sample showing locally processed report where data comes from Lightswitch tables (via WCF RIA or any other way) or from SQL Server tables directly, and where report gets processed dynamically based on what is currently in those tables. |
Based on your requirement, we have prepared a sample with local reports and passed Data from LightSwitch tables. Please find the sample from the below link, http://www.syncfusion.com/downloads/support/forum/121952/ze/LSHTMLReportViewerApplicationData1874278805.zip |