Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Requesting Help in Server Side Rending With SQL queries
posted

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

Parents
No Data
Reply
  • 3070
    posted

    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

Children