HI,
This is Tamilmani Mohan. I am working as PHP Developer. I am not familiar in .Net code.
I have few issue in Server Side Rendering.
Page URL : http://ko.infragistics.com/products/reporting/sample/client-server-rendering/server-side-rendering
Page Name : ServerSideRendering.htm
In SeverSideRendering.htm page,
Data are loading from Service [ ReportService.svc/ajaxAddress ].
How to load the data from database or script instead of service?. I need Export , Zoom and Refresh options.
Could you please any one help in this issue?
Thanks
Tamilmani Mohan
Hi Tamilmani,
In the sample you mentioned the report data came from an SQL database. There are two components involved, HTML5 viewer and the Report Server. The Report Server acts as intermediary, connecting to the DB and rendering the report. The server generates an intermediate representation of the rendered report that then is presented by the HTML5 viewer.
So, when using the HTML5 you will always need a Report Server to connect to the data and do the rendering.
Hope it helps.
Best,
Leo
Hi Leo,
We noticed that the sample http://ko.infragistics.com/products/reporting/sample/viewers/html-viewer is using Service End Point for data source.And this sample http://ko.infragistics.com/products/jquery/sample/grid/paging using Database Record/JSON.
What are possible data source for Infragistics report viewer component ?