knockoutjs example |
We have prepared the knockoutjs sample for ssrs reports and it can be downloaded from the following location. http://www.syncfusion.com/downloads/support/forum/120736/ze/InvoiceDemo1407952350 |
specific report from external web HTML5 webpage |
Please confirm whether you need to load report from external URL or ReportServer and also share additional information on your requirement. |
Syncfusion Report Server installed on Server A Hosted on IIS Web Page Knockoutjs+jquery+Requirejs on Server B Hosted on IIS I'm trying to create a report with two parameters, for example date start and date end The page would have two ejDates, a button and the ejReportViewer (Needed for display the report). Those items are mapped to a knockout binding object so clic event runs in knockout class. When the button it's clicked i need to send parameters and update the report and off course display it. Looking the example it's using jquery and webApi but not knockoutjs $("#container").ejReportViewer( { reportServiceUrl: "/api/ReportApi", processingMode: ej.ReportViewer.ProcessingMode.Remote, reportPath: '~/ReportTemplate/Reprod.rdl' }); }); |
The previously updated sample "Default.html” page contains ReportViewer with knockout. We have prepared a standalone sample and it can be downloaded from the below location, http://www.syncfusion.com/downloads/support/forum/120736/ze/ReportServerwithKnockout1500468521 In the above sample, we have created a div container for ReportViewer control and knockout object that binds with document ready function as shown in the below example.
| ||
The report it's already created and hosted on syncfusion Report Server (That's why i asked there). Syncfusion Report Server has user magnament, access, etc but i would like to have access to reports in Syncfusion Report Server from another webpage, winforms or Application. For Example on Windows Forms Apps i use rdl files added to the project itself, i would love to have the opportunity to add those files to Syncfusion Report Server and load them from there, and it's the same on webs apps. I'm just trying to get a big picture of uses from "the outside" of Syncfusion Report Sever. |
In our ReportServer, we have provided option to get necessary information’s through WebAPI. Please find the sample from the following link that demonstrate the ReportServer WebAPI usage along with our ReportViewer http://www.syncfusion.com/downloads/support/forum/120736/ze/ReportServerwithKnockout1500468521 HTML
In our ReportViewer, we have provided option to interact with External Reporting Server using ReportServer property. WEBAPI
You can obtain the ReportViewer’s required assemblies and scripts from our ReportServer installed location, Assemblies : %ProgramFiles(x86)%\Syncfusion\Report Server\ReportServer.Web\bin Scripts : %ProgramFiles(x86)%\Syncfusion\Report Server\ReportServer.Web\Scripts\EssentialJS Please refer to the below UG documentation for more details, ReportViewer : http://help.syncfusion.com/js/reportviewer/getting-started ReportServer : http://help.syncfusion.com/report-server/overview |