Starting in 2019, the Reporting control is no longer included in Essential Studio®. If you're experiencing issues with the Syncfusion� Reporting Platform, Report Viewer, Report Designer, or Report Writer, we recommend migrating to Bold Reports, our dedicated reporting platform.

Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.

We thank you for choosing Syncfusion� and appreciate your understanding.

Is there any Report Designer

In angular.js 1 I am trying to implement. it works fine for serviceurl but for events and ajaxbefore load args its does not .

  <div id="container"
                         ej-ReportDesigner 
                         e-serviceUrl="../api/ReportDesigner"(works well)
                         e-headers="headers"(it does not)
                         e-ajaxbefore="headers"(it does not)
                         style="width:100%;height:800px;" ></div>

1 Reply

YD Yuvaraj Devarajan Syncfusion Team June 16, 2018 07:25 AM UTC

Hi Ramya,

 

On further analysis of the shared code example, the mentioned problem occurs when  you have specified the incorrect event name ajaxbefore instead ajaxBeforeLoad. So can you please use the ajaxBeforeLoad to avoid the mentioned problem at your end.

 

Please refer to the below UG documentation link for more information,

https://help.syncfusion.com/report-platform/report-platform-sdk/reportdesigner/api-reference#events:ajaxbeforeload

 

Regards,

Yuvaraj D.


Loader.
Up arrow icon