Hi Krilov,
Thank you for using Syncfusion products.
In general, we are using “HttpContext.Current.Response” class for exporting operations. As WCF Service does not support the usage of this class in all the system configurations which throws “Network Error”, we have migrated to WebAPI controller class for adopting communication between server side and client side. We have created a simple OLAP Client sample with WebAPI controller class which is available in the below link.
NOTE: Migration from WCF to WebAPI would require only minor configuration changes. Other than this, the service methods and logic inside service method would appear the same.
Sample Link: http://www.syncfusion.com/downloads/support/forum/121428/ze/OlapClient_ASP-1118858943
Screen-shots: http://www.syncfusion.com/downloads/support/forum/121428/ze/webapi-948155843
Regards,
Ramesh G.
Hi Ananth,
As mentioned in the previous post, you have referred to the older version (12.4.0.24) of the *.dlls in your sample. But, the WebAPI concept for exporting option does not work in older versions. So, please upgrade our product to the latest version (13.3.0.18), utilizing the following link to download the latest version of the Syncfusion Essential Studio.
Regards,
Ramesh G.
Hi Ananth,
Yes, it is possible in WCF Service. But, we are using “HttpContext.Current.Response” class for exporting operations. As WCF Service does not support the usage of this class in all the system configurations which throws “Network Error”, we have migrated to WebAPI controller class for adopting communication between server side and client side. Migration from WCF to WebAPI would require only minor configuration changes. Other than this, the service methods and logic inside service method would appear the same. We have already given the simple OLAP Client sample with WebAPI controller class. Please find the sample in the below link.
Sample Link: http://www.syncfusion.com/downloads/support/forum/121428/ze/OlapClient_ASP-1118858943
Note: As mentioned in our previous update, the WebAPI concept for exporting option does not work in older versions. So, please upgrade our product to the latest version (13.3.0.18) before you run the above sample.
Regards,
Ramesh G.