0

Can any one tell me if it is possible to save data inside an RDLC file, I am using the syncfusion Report Viewer and I want to be able to save the report it generates as a PDF, Execl ect but the problem we have is that we compute the values for the report, they are NOT COMMING FROM A DATABASE, so we tie them to a dataset and then generate the report, the problem I have found is that if I use the WFC service from Syncfusion to save the report and have to switch it back to remote then the data's not render.

Is there a free or payed for component out there that can take the RDLC file, DATA render the report then output a report that I can read in to the report viewer (output prefred RDLC with Data embed), looking at the example syncfusuion provide they have done this.

rene
  • 41,474
  • 78
  • 114
  • 152

1 Answers1

1

RDLC does't support to store data inside ReportDefinition.

FOR EXPORT

Due to some limintation platform itself can’t export report directly in Syncfusion ReportViewer in Silverlight , but through the WCF service can export the report .. Please find our online documentation section “How to export RDLC report in Silverlight “ Location here

This sample demonstrate export functionality inSyncfusion ReportViewer. Please find the sample from following location

Thirumalai murugan
  • 5,698
  • 8
  • 32
  • 54