BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Noor,
Thanks for your interest in syncfusion products .
Questions :
what value should i pass to ReportServiceURL.
do i need to write some sort of wcf service for this.
Answer :
If you are using RDL report ReportingService needed for retrieve the data source and export the Reports. For RDLC reports ReportingService needed for exporting functionality alone. Because we have to do some image related process with visual tree to export few ReportItem elements, but that is not supported in this platform itself.
We have deployed the Service project in our Samples Server and find the URL in following code snippet.
this.reportViewer.ReportServiceURL = @”http://ssrs.syncfusion.com/ReportSampleService/ReportingService.svc”;
|
We have created sample WCF application for your requirement . Please find from following location
Location : http://www.syncfusion.com/uploads/user/directTrac/110599/ReportingServiceApplication-817847897.zip
Also Please refer following online documentation to create Syncfusion ReportService.
http://help.syncfusion.com/UG/winrt/default.htm#!Documents/gettingstarted27.htm
Please let me know if you have any questions .
Thanks ,
Ragavan
Hi Noor ,
Thanks for tour patience .
You can publish the service in your local
machine and you can use it , Not needed to deploy in SQL Server machine .
Ragavan G
Hi Noor,
Thanks for your patience .
This issue may cause due to sending large amount of data to service .
Make sure enabled large amount in your WCF service application .
Please refer this online document for this section “How to send large
amount of data in WCF service .”
http://help.syncfusion.com/UG/winrt/default.htm#!Documents/howto1.htm
If still face any issue we request to create incident in DirectTrac and follwup your queries .
Ragavan G
Hi Noor,
Thanks for your interest in syncfusion products .
Questions :
what value should i pass to ReportServiceURL.
do i need to write some sort of wcf service for this.
Answer :
If you are using RDL report ReportingService needed for retrieve the data source and export the Reports. For RDLC reports ReportingService needed for exporting functionality alone. Because we have to do some image related process with visual tree to export few ReportItem elements, but that is not supported in this platform itself.
We have deployed the Service project in our Samples Server and find the URL in following code snippet.
this.reportViewer.ReportServiceURL = @”http://ssrs.syncfusion.com/ReportSampleService/ReportingService.svc”;
We have created sample WCF application for your requirement . Please find from following location
Location : http://www.syncfusion.com/uploads/user/directTrac/110599/ReportingServiceApplication-817847897.zip
Also Please refer following online documentation to create Syncfusion ReportService.
http://help.syncfusion.com/UG/winrt/default.htm#!Documents/gettingstarted27.htm
Please let me know if you have any questions .
Thanks ,
Ragavan
Hi Chong,
Sorry about the inconvenience caused.
We have prepared a WCF ReportingService application and uploaded the same for your reference. It can be downloaded from the following location.
http://www.syncfusion.com/downloads/support/directtrac/128616/ReportingService-103750469.zip
Please let me know if you have any questions.
Anandakumar S